[ADD] character falls when it hits a tree

This commit is contained in:
Nathalie Seen
2021-06-11 09:59:35 +02:00
parent 551d53a3dc
commit 770b54bdd5
3 changed files with 76 additions and 49 deletions

View File

@@ -31,7 +31,7 @@ namespace entities
*
* @return: Vector with the adjusted side_speed, down_speed, and movement_speed
*/
glm::vec3 Move(GLFWwindow* window);
void Move(GLFWwindow* window);
void OnCollide(const collision::Collision& collision) override;
};