set player tick rate to 60

This commit is contained in:
MihailRis 2024-11-25 08:38:32 +03:00
parent ea295e3d43
commit b7b11d9b2a

View File

@ -197,7 +197,7 @@ PlayerController::PlayerController(
player(level->players->get(0)),
camControl(player, settings.camera),
blocksController(blocksController),
playerTickClock(20, 3) {
playerTickClock(60, 1) {
}
void PlayerController::onFootstep(const Hitbox& hitbox) {