X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.hpp;h=a5723f43b6cd6afb85b9e959d9ec23fbf9cb2aac;hb=291ff5699aa1a1dd0e8aff49543849085e883c16;hp=7c96f4f3408d2c346c3c638f10ff83bb19f53213;hpb=c04ea5a6f67d446ea29aa2e88dc4c666956d7732;p=blank.git diff --git a/src/world/Entity.hpp b/src/world/Entity.hpp index 7c96f4f..a5723f4 100644 --- a/src/world/Entity.hpp +++ b/src/world/Entity.hpp @@ -4,7 +4,7 @@ #include "Block.hpp" #include "Chunk.hpp" #include "../model/geometry.hpp" -#include "../model/Model.hpp" +#include "../model/EntityModel.hpp" #include #include @@ -59,7 +59,7 @@ public: private: const Shape *shape; - Model model; + EntityModel model; std::string name;