fix player tick rate

This commit is contained in:
MihailRis
2024-12-08 15:38:03 +03:00
parent a036c5e383
commit 5fe5c6b27a
+1 -1
View File
@@ -197,7 +197,7 @@ PlayerController::PlayerController(
player(level->players->get(0)), player(level->players->get(0)),
camControl(player, settings.camera), camControl(player, settings.camera),
blocksController(blocksController), blocksController(blocksController),
playerTickClock(60, 1) { playerTickClock(20, 3) {
} }
void PlayerController::onFootstep(const Hitbox& hitbox) { void PlayerController::onFootstep(const Hitbox& hitbox) {