Skip to content

Commit 1c52e01

Browse files
committed
feat: set local tick to 0 when reset
1 parent 66e8bba commit 1c52e01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Scripts/Utils/LogicUpdater.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void Stop()
7070

7171
public void Reset()
7272
{
73+
LocalTick = 0;
7374
_accumulator = 0;
7475
_lastTime = 0;
7576
_stopwatch.Restart();

0 commit comments

Comments
 (0)