X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;h=b98efca544ef0969af3f056075b43f039986e80f;hb=549646ac3e5bede5e77031f773649edf8de83608;hp=da02b1f25902f42dc4ba8774900005a57e9f071c;hpb=e24b4ec1a0fb3ba58a8ea67cd8d8affe3c5a0a71;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);