Refactor and fixes
This commit is contained in:
@@ -17,3 +17,7 @@ Player::Player(glm::vec3 position, float speed, Camera* camera) :
|
||||
Player::~Player(){
|
||||
delete hitbox;
|
||||
}
|
||||
|
||||
void Player::teleport(glm::vec3 position) {
|
||||
hitbox->position = position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user