refactor and cleanup player controller
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
void teleport(glm::vec3 position);
|
||||
void updateEntity();
|
||||
void updateInput(PlayerInput& input, float delta);
|
||||
void postUpdate(PlayerInput& input, float delta);
|
||||
|
||||
void attemptToFindSpawnpoint();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user