We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491d4ad commit ca55be4Copy full SHA for ca55be4
programming/physics/bullet/hello-world.rst
@@ -81,7 +81,7 @@ value to the ``do_physics()`` method.
81
AsyncTask::DoneStatus update_scene(GenericAsyncTask* task, void* data) {
82
// Get dt (from Python example) and apply to do_physics(float, int, int);
83
ClockObject *co = ClockObject::get_global_clock();
84
- physics_world->do_physics(co->get_dt(), 10, 1.0 / 180.0);
+ physics_world->do_physics(co->get_dt());
85
86
return AsyncTask::DS_cont;
87
}
0 commit comments