diff options
| author | rezural <rezural@protonmail.com> | 2020-12-31 13:31:30 +1100 |
|---|---|---|
| committer | rezural <rezural@protonmail.com> | 2020-12-31 13:31:30 +1100 |
| commit | e11ace383164de39dfaadcb00f258497b132cf1d (patch) | |
| tree | 580f4160fababa2bb4aa53aa10091fc425473fa1 /examples3d/fountain3.rs | |
| parent | 26af08e03c4e54f7a00603804ae9a4ff3e2ab3ea (diff) | |
| download | rapier-e11ace383164de39dfaadcb00f258497b132cf1d.tar.gz rapier-e11ace383164de39dfaadcb00f258497b132cf1d.tar.bz2 rapier-e11ace383164de39dfaadcb00f258497b132cf1d.zip | |
cargo fmt
Diffstat (limited to 'examples3d/fountain3.rs')
| -rw-r--r-- | examples3d/fountain3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/fountain3.rs b/examples3d/fountain3.rs index 8dd12ed..5dcf2d8 100644 --- a/examples3d/fountain3.rs +++ b/examples3d/fountain3.rs @@ -68,7 +68,7 @@ pub fn init_world(testbed: &mut Testbed) { physics .narrow_phase .maintain(&mut physics.colliders, &mut physics.bodies); - + // TODO: need a way to access graphics & window // graphics.remove_body_nodes(window, *handle); } |
