X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntityState.hpp;h=d3e34e55c644e48c5cf11f0c032ffa9e29fd52cb;hb=808d9dbd3ab101c0ff10697e36ef2c45a23b6ef5;hp=e93fffa6714d324990c349f1b43d2e13c63f5827;hpb=7c5e04a4af82947ae8e26db3d03f13a555c10aba;p=blank.git diff --git a/src/world/EntityState.hpp b/src/world/EntityState.hpp index e93fffa..d3e34e5 100644 --- a/src/world/EntityState.hpp +++ b/src/world/EntityState.hpp @@ -16,7 +16,6 @@ struct EntityState { glm::vec3 velocity; glm::quat orient; - glm::vec3 ang_vel; EntityState();