Collisions

This commit is contained in:
ViktorLjung
2014-06-05 06:42:19 +02:00
parent a001cad9bc
commit 97994f9af7
8 changed files with 40 additions and 12 deletions
-1
View File
@@ -112,7 +112,6 @@ public:
e.Entity1 = entity1;
e.Entity2 = entity2;
m_PhysicsSystem->EventBroker->Publish(e);
LOG_INFO("CollisionEvent!");
}
private: