remove time field from HarnessPlugin trait
This commit is contained in:
@@ -8,7 +8,6 @@ pub trait HarnessPlugin {
|
|||||||
physics: &mut PhysicsState,
|
physics: &mut PhysicsState,
|
||||||
events: &PhysicsEvents,
|
events: &PhysicsEvents,
|
||||||
harness_state: &RunState,
|
harness_state: &RunState,
|
||||||
t: f32,
|
|
||||||
);
|
);
|
||||||
fn step(&mut self, physics: &mut PhysicsState, run_state: &RunState);
|
fn step(&mut self, physics: &mut PhysicsState, run_state: &RunState);
|
||||||
fn profiling_string(&self) -> String;
|
fn profiling_string(&self) -> String;
|
||||||
|
|||||||
Reference in New Issue
Block a user