reenable self.highlight_hovered_body

This commit is contained in:
rezural
2020-12-24 19:17:06 +11:00
parent cbe6baced5
commit baccfff4cd

View File

@@ -1303,8 +1303,8 @@ impl State for Testbed {
} }
} }
// FIXME: this is causing errors, but should be put back in some how self.highlight_hovered_body(window);
// self.highlight_hovered_body(window);
let physics = &self.harness.physics; let physics = &self.harness.physics;
self.graphics self.graphics
.draw(&physics.bodies, &physics.colliders, window); .draw(&physics.bodies, &physics.colliders, window);