Renamed vars and added some comments.

This commit is contained in:
William Moberg
2016-01-07 10:28:18 +01:00
parent de8461e257
commit fa8775a72e
3 changed files with 14 additions and 13 deletions
-2
View File
@@ -4,8 +4,6 @@
void CollisionSystem::UpdateComponent(World * world, ComponentWrapper & cAABB, double dt)
{
//TODO: Update CollisionSystem system after PlayerSystem.
//Right now, cAABB is a component attached to any entity that should be collideable.
AABB thisBox;
if (!Collision::GetEntityBox(world, cAABB, thisBox)) {