datacache: enable async mode(was disabled in TF2 branch, lol?)

This commit is contained in:
nillerusr 2023-01-13 01:51:19 +03:00
parent 3d43e9fe3a
commit 3458c36d5a

View File

@ -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"