set player tick rate to 60
This commit is contained in:
parent
ea295e3d43
commit
b7b11d9b2a
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user