Controllers minor refactor

This commit is contained in:
MihailRis
2023-11-30 05:16:34 +03:00
parent 856f5879f1
commit 73d87ae451
2 changed files with 1 additions and 7 deletions
-2
View File
@@ -32,11 +32,9 @@ class PlayerController {
void updateKeyboard();
void updateCamera(float delta, bool movement);
void refreshCamera();
void resetKeyboard();
void updateControls(float delta);
void updateInteraction();
public:
static glm::vec3 selectedBlockPosition;
static int selectedBlockId;