remove comment

Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
rezural
2020-12-31 11:52:24 +11:00
committed by GitHub
parent 75c80bff5f
commit d75d325b49

View File

@@ -1125,7 +1125,6 @@ impl State for Testbed {
self.set_world(w.3, w.4, w.5); self.set_world(w.3, w.4, w.5);
self.harness.physics.broad_phase = w.1; self.harness.physics.broad_phase = w.1;
self.harness.physics.narrow_phase = w.2; self.harness.physics.narrow_phase = w.2;
//FIXME: not completely sure this is valid
self.harness.state.timestep_id = w.0; self.harness.state.timestep_id = w.0;
} }
} }