From 07d640e3face29a775150205f83f28a793dc68f3 Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Fri, 21 Jun 2024 17:12:40 -0400 Subject: [PATCH] check --- YuppleMayham/src/gameplay/entity.cpp | 1 + 1 file changed, 1 insertion(+) 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)