mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 16:18:03 +00:00
materialsystem: fix constructor call on misaligned address
This commit is contained in:
parent
d3f308699b
commit
e453bdd409
@ -23,9 +23,9 @@
|
|||||||
|
|
||||||
#define MATERIALVAR_CHAR_BUF_SIZE 512
|
#define MATERIALVAR_CHAR_BUF_SIZE 512
|
||||||
|
|
||||||
#if !defined( _X360 )
|
/*#if !defined( _X360 )
|
||||||
#pragma pack (1)
|
#pragma pack (1)
|
||||||
#endif
|
#endif*/
|
||||||
|
|
||||||
ConVar mat_texture_tracking( "mat_texture_tracking", IsDebug() ? "1" : "0" );
|
ConVar mat_texture_tracking( "mat_texture_tracking", IsDebug() ? "1" : "0" );
|
||||||
CUtlMap<ITexture*, CInterlockedInt> s_TextureRefList( DefLessFunc( ITexture* ) );
|
CUtlMap<ITexture*, CInterlockedInt> s_TextureRefList( DefLessFunc( ITexture* ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user