remove time field from HarnessPlugin trait

This commit is contained in:
rezural
2020-12-31 15:29:09 +11:00
parent c300ce760c
commit 6d5b6d778d

View File

@@ -8,7 +8,6 @@ pub trait HarnessPlugin {
physics: &mut PhysicsState,
events: &PhysicsEvents,
harness_state: &RunState,
t: f32,
);
fn step(&mut self, physics: &mut PhysicsState, run_state: &RunState);
fn profiling_string(&self) -> String;