Minor refactor

This commit is contained in:
MihailRis
2023-12-07 13:45:34 +03:00
parent 2055cff0be
commit 551b230b94
10 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
float camX = 0.0f;
float camY = 0.0f;
Player(glm::vec3 position, float speed, Camera* camera);
Player(glm::vec3 position, float speed);
~Player();
void teleport(glm::vec3 position);