]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
propagate light into blocking blocks
[blank.git] / src / world / World.hpp
index 183fa603209af587d23d18f8f2b0e40c0a98d177..9ec4cb2faf7fae204c53672e0b1f6e800a09e9dc 100644 (file)
@@ -47,7 +47,7 @@ public:
                glm::vec3 &normal);
 
        bool Intersection(const Entity &e, std::vector<WorldCollision> &);
-       void Resolve(const Entity &e, std::vector<WorldCollision> &);
+       void Resolve(Entity &e, std::vector<WorldCollision> &);
 
        BlockTypeRegistry &BlockTypes() { return blockType; }