From c985876b19b9616b21439c4e2669f128fe0564e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 May 2019 20:42:36 +1000 Subject: Cleanup: comments (long lines) in rigidbody --- intern/rigidbody/RBI_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intern/rigidbody/RBI_api.h') diff --git a/intern/rigidbody/RBI_api.h b/intern/rigidbody/RBI_api.h index 9a7cbec6879..9546b840419 100644 --- a/intern/rigidbody/RBI_api.h +++ b/intern/rigidbody/RBI_api.h @@ -83,7 +83,8 @@ void RB_dworld_set_split_impulse(rbDynamicsWorld *world, int split_impulse); /* Simulation ----------------------- */ -/* Step the simulation by the desired amount (in seconds) with extra controls on substep sizes and maximum substeps */ +/* Step the simulation by the desired amount (in seconds) with extra controls on substep sizes and + * maximum substeps */ void RB_dworld_step_simulation(rbDynamicsWorld *world, float timeStep, int maxSubSteps, -- cgit v1.2.3