Removing useless assignment.
This commit is contained in:
parent
300f14c752
commit
319b57bf7a
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user