]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Entity.hpp
"streamlined" model/VAO handling
[blank.git] / src / world / Entity.hpp
index 7c96f4f3408d2c346c3c638f10ff83bb19f53213..a5723f43b6cd6afb85b9e959d9ec23fbf9cb2aac 100644 (file)
@@ -4,7 +4,7 @@
 #include "Block.hpp"
 #include "Chunk.hpp"
 #include "../model/geometry.hpp"
-#include "../model/Model.hpp"
+#include "../model/EntityModel.hpp"
 
 #include <string>
 #include <glm/glm.hpp>
@@ -59,7 +59,7 @@ public:
 
 private:
        const Shape *shape;
-       Model model;
+       EntityModel model;
 
        std::string name;