Rigidbody: Code cleanup

Convert int to bool.
This commit is contained in:
Sergej Reich
2013-12-31 18:46:00 +01:00
parent cde3ff75d9
commit ea1ed3f4aa

View File

@@ -1105,7 +1105,7 @@ static void rigidbody_update_sim_ob(Scene *scene, RigidBodyWorld *rbw, Object *o
/* Updates and validates world, bodies and shapes.
* < rebuild: rebuild entire simulation
*/
static void rigidbody_update_simulation(Scene *scene, RigidBodyWorld *rbw, int rebuild)
static void rigidbody_update_simulation(Scene *scene, RigidBodyWorld *rbw, bool rebuild)
{
GroupObject *go;