cargo fmt

This commit is contained in:
rezural
2020-12-31 13:31:30 +11:00
parent 26af08e03c
commit e11ace3831
6 changed files with 80 additions and 72 deletions

View File

@@ -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);
}