mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
lowmemory: increase decals limit
This commit is contained in:
parent
57d48b64eb
commit
5348046109
@ -142,7 +142,7 @@ typedef enum
|
||||
#define MAX_STATIC_ENTITIES 3096 // static entities that moved on the client when level is spawn
|
||||
|
||||
#if XASH_LOW_MEMORY == 2
|
||||
#define MAX_DECALS 32 // touching TE_DECAL messages, etc
|
||||
#define MAX_DECALS 256 // touching TE_DECAL messages, etc
|
||||
#define MAX_STATIC_ENTITIES 32 // static entities that moved on the client when level is spawn
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user