X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;h=9ec4cb2faf7fae204c53672e0b1f6e800a09e9dc;hb=955fbb45dedb570520fc45d2ce69f420bed2ad08;hp=183fa603209af587d23d18f8f2b0e40c0a98d177;hpb=32909aa3224ec0ed5656721178eb6ad31cd047df;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index 183fa60..9ec4cb2 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -47,7 +47,7 @@ public: glm::vec3 &normal); bool Intersection(const Entity &e, std::vector &); - void Resolve(const Entity &e, std::vector &); + void Resolve(Entity &e, std::vector &); BlockTypeRegistry &BlockTypes() { return blockType; }