Implemented Entity constructor.
This commit is contained in:
parent
54108868d7
commit
22e734593e
@ -1,6 +1,8 @@
|
||||
#include "entity.hh"
|
||||
|
||||
Entity::Entity(glm::vec3 position, glm::vec3 rotation) {
|
||||
this->position = position;
|
||||
this->rotation = rotation;
|
||||
}
|
||||
|
||||
Entity::Entity(){
|
||||
|
Loading…
Reference in New Issue
Block a user