]> git.localhorst.tv Git - blank.git/blobdiff - src/world/EntityDerivative.hpp
glm backwards compatibility
[blank.git] / src / world / EntityDerivative.hpp
index 9666b1ff5488bbfafbc43fd7492c46cd65c2dcfe..68654d32c4c370510ccc164cdcd85be86cd3633a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLANK_WORLD_ENTITYDERIVATIVE_HPP_
 #define BLANK_WORLD_ENTITYDERIVATIVE_HPP_
 
-#include <glm/glm.hpp>
+#include "../graphics/glm.hpp"
 
 
 namespace blank {
@@ -10,7 +10,6 @@ struct EntityDerivative {
 
        glm::vec3 position;
        glm::vec3 velocity;
-       glm::vec3 orient;
 
 };