From ba93deae894a7e35d95aee32c548ac4e7400c771 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Wed, 9 Dec 2015 17:20:34 +0100 Subject: [PATCH] fix iteration in entity/world intersection MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit …and I was wondering why 3^3 is 91 -.- --- src/world/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/world.cpp b/src/world/world.cpp index 7efcddd..9203136 100644 --- a/src/world/world.cpp +++ b/src/world/world.cpp @@ -840,7 +840,7 @@ bool World::Intersection(const Entity &e, const EntityState &s, std::vector