fix: player flight linearDamping, add verticalDamping (bool)

This commit is contained in:
MihailRis
2024-07-08 23:53:25 +03:00
parent 3cafc39555
commit f3201b7742
5 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ void PlayerController::postUpdate(float delta, bool input, bool pause) {
updateFootsteps(delta);
updateCamera(delta, input);
}
player->postUpdate(this->input, delta);
player->postUpdate();
camControl.refresh();
if (input) {
updateInteraction();