]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
tvec[234]<int> -> ivec[234]
[blank.git] / src / world / World.hpp
index da02b1f25902f42dc4ba8774900005a57e9f071c..b98efca544ef0969af3f056075b43f039986e80f 100644 (file)
@@ -55,7 +55,7 @@ public:
        Entity &AddEntity() { entities.emplace_back(); return entities.back(); }
 
        Chunk &PlayerChunk();
-       Chunk &Next(const Chunk &to, const glm::tvec3<int> &dir);
+       Chunk &Next(const Chunk &to, const glm::ivec3 &dir);
 
        void Update(int dt);