Quick fix for NODRAWINGDISTANCE=1 hanging fix
This commit is contained in:
parent
2714708ca9
commit
a6f7cefe96
|
@ -21,7 +21,12 @@ struct SpawnInfo;
|
||||||
/**
|
/**
|
||||||
* The maximum number of objects that can be loaded at once.
|
* The maximum number of objects that can be loaded at once.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef NODRAWINGDISTANCE
|
||||||
|
#define OBJECT_POOL_CAPACITY 960
|
||||||
|
#else
|
||||||
#define OBJECT_POOL_CAPACITY 240
|
#define OBJECT_POOL_CAPACITY 240
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Every object is categorized into an object list, which controls the order
|
* Every object is categorized into an object list, which controls the order
|
||||||
|
|
Loading…
Reference in New Issue