X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FentityManager.cpp;h=0707dfe03eb8e1015882a5502ad03855c69c39c9;hb=9ae1c0798cff2d1ed816bccb0723bd5a4ca97194;hp=c78a7cee555b4b2d4f153e5045e305d0507f8571;hpb=a823a80039c6069bb7676433832d9f9413494860;p=physics.git diff --git a/src/entityManager.cpp b/src/entityManager.cpp index c78a7ce..0707dfe 100644 --- a/src/entityManager.cpp +++ b/src/entityManager.cpp @@ -24,7 +24,7 @@ #include "Entities/Particle.h" #include "Entities/PhysicsEntity.h" -#include "collisionHandler.h" +#include "collisionManager.h" #include "effectManager.h" /// ***** Private Method Headers ***** @@ -187,7 +187,7 @@ void updatePhysics(float time_step) physics_To_Remove.clear(); // apply collision math - collision::update(active_Physics, time_step); + collision::update(active_Physics); // update active PhysicsEntity*s for( setPhys::iterator it = active_Physics.begin();