mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo
Should be tick as its possible to run more frames per simulation tick.
This commit is contained in:
parent
bcf7d03d90
commit
bf29365e04
@ -17,7 +17,7 @@ static float s_lastMovementCall = 0.0;
|
||||
static float s_LastFrameTime = 0.0;
|
||||
|
||||
// The game supports sending multiple movement frames in a single simulation
|
||||
// frame, therefore, we need to track when the last call was, and make sure
|
||||
// tick, therefore, we need to track when the last call was, and make sure
|
||||
// we only call the latency marker once per frame.
|
||||
static int s_LastMovementReflexFrame = -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user