Add the collision grouping logic.

This commit is contained in:
King_DuckZ 2014-07-31 20:13:13 +02:00
parent 1037e2e141
commit 42fb50e93e
5 changed files with 129 additions and 13 deletions

View file

@ -35,7 +35,7 @@ namespace cloonel {
for (auto itMover : m_movers) {
itMover->Update(parDelta);
}
m_collider.RunCollisionTests();
m_collider.RunCollisionTests(parDelta);
}
///--------------------------------------------------------------------------