]> git.localhorst.tv Git - blank.git/blobdiff - src/ai/Spawner.hpp
split chunk redering from world model
[blank.git] / src / ai / Spawner.hpp
index b36e520f7d38cb7273e33109052bbc6435ea205b..c55d73c0f7f90b835b5791f69e8c9096e17cc81d 100644 (file)
@@ -30,7 +30,7 @@ private:
        World &world;
        std::vector<Controller *> controllers;
 
-       EntityModel models[14];
+       EntityModel models[3];
 
        IntervalTimer timer;
        float despawn_range;