diff options
Diffstat (limited to 'include/entities.hpp')
-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 93c1caa..a06a8bb 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -283,7 +283,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; |