X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2FEntityDerivative.hpp;h=d3a6f3056739cdd270c36073c9cf002af6a3c1f8;hb=1bc2f230105ad6e1ee8d999ddc079cd85d244bf9;hp=9666b1ff5488bbfafbc43fd7492c46cd65c2dcfe;hpb=d38be21d103052761505d58a6d13e30a896dde01;p=blank.git diff --git a/src/world/EntityDerivative.hpp b/src/world/EntityDerivative.hpp index 9666b1f..d3a6f30 100644 --- a/src/world/EntityDerivative.hpp +++ b/src/world/EntityDerivative.hpp @@ -10,7 +10,6 @@ struct EntityDerivative { glm::vec3 position; glm::vec3 velocity; - glm::vec3 orient; };