Fixed prediction errors
https://steamcommunity.com/app/211/discussions/1/1743343017631727486/
This commit is contained in:
parent
4364cb87e7
commit
bcf509c5df
@ -62,7 +62,7 @@ ConVar debug_latch_reset_onduck( "debug_latch_reset_onduck", "1", FCVAR_CHEAT );
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// [MD] I'll remove this eventually. For now, I want the ability to A/B the optimizations.
|
// [MD] I'll remove this eventually. For now, I want the ability to A/B the optimizations.
|
||||||
bool g_bMovementOptimizations = true;
|
bool g_bMovementOptimizations = false; //switched to false to fix prediction errors
|
||||||
|
|
||||||
// Roughly how often we want to update the info about the ground surface we're on.
|
// Roughly how often we want to update the info about the ground surface we're on.
|
||||||
// We don't need to do this very often.
|
// We don't need to do this very often.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user