datacache: enable async mode(was disabled in TF2 branch, lol?)
This commit is contained in:
parent
b610df81f7
commit
3493fe9b0e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace {
|
|||
#if defined( _X360 )
|
||||
#define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible)
|
||||
#else
|
||||
#define AsyncMdlCache() 0
|
||||
#define AsyncMdlCache() 1
|
||||
#endif
|
||||
|
||||
#define ERROR_MODEL "models/error.mdl"
|
||||
|
|
Loading…
Reference in a new issue