From 3d5820da8b91f676a6b5663ff19ccc68c30905ff Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 20 May 2016 07:44:49 -0400 Subject: bug fixessss --- include/entities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3