tank stuff

This commit is contained in:
ViktorLjung
2014-05-18 21:07:03 +02:00
parent a36d6c554a
commit fd0bb18bd3
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
EntityID entity1 = m_RigidBodies[event.getBody(0)];
EntityID entity2 = m_RigidBodies[event.getBody(1)];
LOG_INFO("Entities colliding: %i, %i ", entity1, entity2);
//LOG_INFO("Entities colliding: %i, %i ", entity1, entity2);
}
};