diff --git a/YuppleMayham/src/gameplay/entity.cpp b/YuppleMayham/src/gameplay/entity.cpp index 955d82f..2f53951 100644 --- a/YuppleMayham/src/gameplay/entity.cpp +++ b/YuppleMayham/src/gameplay/entity.cpp @@ -21,6 +21,7 @@ void Entity::setRotation(const float& rotation) void Entity::setLocalPosition(const glm::vec3& localPosition) { this->localPosition = localPosition; + } void Entity::setRotatable(bool rotatable)