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 19a1d5c commit 11ab841Copy full SHA for 11ab841
programming/physics/bullet/hello-world.rst
@@ -80,7 +80,7 @@ value to the :meth:`~.BulletWorld.do_physics()` method.
80
framework.get_task_mgr().add("update", [=](AsyncTask *task) {
81
// Get dt and apply to do_physics(float, int, int);
82
ClockObject *clock = ClockObject::get_global_clock();
83
- world->do_physics(clock->get_dt(), 10, 1.0 / 180.0);
+ world->do_physics(clock->get_dt());
84
85
return AsyncTask::DS_cont;
86
});
0 commit comments