remove redundant code

This commit is contained in:
Ki Rill 2023-07-19 16:33:14 +06:00
parent ad424b6283
commit 1ea0cb9728
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class Player: Entity {
this.move(movementSpeed, 0);
animationManager.update(KeyboardKey.KEY_D);
} else if (IsKeyDown(KeyboardKey.KEY_SPACE)) {
//
animationManager.update(KeyboardKey.KEY_SPACE);
} else if (IsKeyDown(KeyboardKey.KEY_X)) {
animationManager.update(KeyboardKey.KEY_X);