fix player tick rate
This commit is contained in:
parent
a036c5e383
commit
5fe5c6b27a
@ -197,7 +197,7 @@ PlayerController::PlayerController(
|
||||
player(level->players->get(0)),
|
||||
camControl(player, settings.camera),
|
||||
blocksController(blocksController),
|
||||
playerTickClock(60, 1) {
|
||||
playerTickClock(20, 3) {
|
||||
}
|
||||
|
||||
void PlayerController::onFootstep(const Hitbox& hitbox) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user