I fucking hate collisions

This commit is contained in:
Kayne Ruse
2014-12-27 20:27:24 +11:00
parent 8bf45bc8e4
commit 7c51f820d5
4 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
LocalCharacter() = default;
virtual ~LocalCharacter() = default;
void ProcessCollisions(std::list<BoundingBox>& boxList);
bool ProcessCollisions(std::list<BoundingBox>& boxList);
protected:
bool CheckCollisionSimple(std::list<BoundingBox>& boxList, Vector2 newPos);