mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +00:00
datacache: enable async mode(was disabled in TF2 branch, lol?)
This commit is contained in:
parent
3d43e9fe3a
commit
3458c36d5a
@ -81,7 +81,7 @@ namespace {
|
|||||||
#if defined( _X360 )
|
#if defined( _X360 )
|
||||||
#define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible)
|
#define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible)
|
||||||
#else
|
#else
|
||||||
#define AsyncMdlCache() 0
|
#define AsyncMdlCache() 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ERROR_MODEL "models/error.mdl"
|
#define ERROR_MODEL "models/error.mdl"
|
||||||
|
Loading…
Reference in New Issue
Block a user