more smooth
This commit is contained in:
parent
125e7c1d1f
commit
5f935fa73e
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ fn update_move_player(state: &mut State, ctx: &mut EngineContext<'_>) {
|
|||
state.ghost.overworld_movement_pending
|
||||
);
|
||||
state.ghost.update_overworld_pos(now);
|
||||
}
|
||||
if state.ghost.overworld_movement_pending != Vec2::ZERO {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue