SetFixedTimeStepValue /Box2D physics

void SetFixedTimeStepValue(float value)

Sets the fixed time step in seconds. The default value is 1.0f / 60.0f. By default, fixed time stepping is disabled in Ethanon.

Using fixed time step is recommended for the most reliable simulation but its speed will vary with the FPS and may result in bad gameplay in some cases.