Rigidbody: Code cleanup
Convert int to bool.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user