diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 82f80c7..ca4ef2b 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -284,7 +284,7 @@ public: bool isHit(void) const; // returns true if this entity is near the one provided - bool isNear(Entity e); + bool isNear(const Entity *e); // returns true if the coordinate is within the entity bool isInside(vec2 coord) const; |