datacache: disable async mode

This commit is contained in:
nillerusr 2023-02-17 12:42:56 +03:00
parent cbac92bf27
commit 7bdc604b23

View file

@ -81,7 +81,7 @@ namespace {
#if defined( _X360 )
#define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible)
#else
#define AsyncMdlCache() 1
#define AsyncMdlCache() 0
#endif
#define ERROR_MODEL "models/error.mdl"