mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
datacache: disable async mode
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user