LagCompensation: raise comped entity limit to 256
This commit is contained in:
parent
541309b2c6
commit
de0a94a256
@ -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