Merge remote-tracking branch 'origin/main'

This commit is contained in:
InfiniteCoder
2024-08-04 22:04:23 +03:00
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ void PlayerController::postUpdate(float delta, bool input, bool pause) {
camControl.updateMouse(this->input);
}
player->postUpdate();
camControl.update(this->input, delta, level->chunks.get());
camControl.update(this->input, pause ? 0.0f : delta, level->chunks.get());
if (input) {
updateInteraction();
} else {