aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-20 07:44:49 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-20 07:44:49 -0400
commit3d5820da8b91f676a6b5663ff19ccc68c30905ff (patch)
tree26b3a25290c80aab707c5b0b07382f27f0668488 /include
parent72941038ae15ed524e2a878d087d98bc97e946b4 (diff)
bug fixessss
Diffstat (limited to 'include')
-rw-r--r--include/entities.hpp2
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;