remove time field from HarnessPlugin trait
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user