X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;h=b98efca544ef0969af3f056075b43f039986e80f;hb=a34fbcb0581056bd464158acfa30289a3e2c2c2d;hp=da02b1f25902f42dc4ba8774900005a57e9f071c;hpb=22b25d4b9cc24e249bc8007757267cea00ab18d3;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index da02b1f..b98efca 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -55,7 +55,7 @@ public: Entity &AddEntity() { entities.emplace_back(); return entities.back(); } Chunk &PlayerChunk(); - Chunk &Next(const Chunk &to, const glm::tvec3 &dir); + Chunk &Next(const Chunk &to, const glm::ivec3 &dir); void Update(int dt);