Removing useless assignment.

This commit is contained in:
Faerbit 2015-03-22 13:49:25 +01:00
parent 300f14c752
commit 319b57bf7a

View File

@ -479,7 +479,6 @@ void Physics::addSphere(float rad, Entity entity, float mass, float dampningL, f
void Physics::prepareCollisionDetection() void Physics::prepareCollisionDetection()
{ {
playerTerrainCol = playerObjectColision = false; playerTerrainCol = playerObjectColision = false;
int numManifods = world->getDispatcher()->getNumManifolds();
} }
bool Physics::playerWithGround() bool Physics::playerWithGround()