diff --git a/materialsystem/cmaterialvar.cpp b/materialsystem/cmaterialvar.cpp index ce86b92e..f5d3fd93 100644 --- a/materialsystem/cmaterialvar.cpp +++ b/materialsystem/cmaterialvar.cpp @@ -23,9 +23,9 @@ #define MATERIALVAR_CHAR_BUF_SIZE 512 -#if !defined( _X360 ) +/*#if !defined( _X360 ) #pragma pack (1) -#endif +#endif*/ ConVar mat_texture_tracking( "mat_texture_tracking", IsDebug() ? "1" : "0" ); CUtlMap s_TextureRefList( DefLessFunc( ITexture* ) );