This commit is contained in:
2023-04-10 16:29:20 +03:00
parent 7228c51dd7
commit 3b4d50e75e
8 changed files with 242 additions and 109 deletions

View File

@@ -104,11 +104,11 @@ namespace Game
NetworkManager.ClientEndSendMessage(ref message);
}
base.OnEndFrame();
// Reset anything accumulatable here
currentState.input.viewDeltaX = 0;
currentState.input.viewDeltaY = 0;
base.OnEndFrame();
}
public override void RecordCurrentActorState(PlayerActorState actorState)