LagCompensation: raise comped entity limit to 256
This commit is contained in:
parent
6ca6aec8be
commit
8e93eaae1c
@ -51,7 +51,7 @@ enum
|
||||
};
|
||||
|
||||
#define MAX_RECORDS 32
|
||||
#define MAX_ENTITIES 128
|
||||
#define MAX_ENTITIES 256
|
||||
//#define DEBUG
|
||||
|
||||
enum struct LagRecord
|
||||
|
Loading…
Reference in New Issue
Block a user