pass run_state instead of time to TestbedPlugin::run_callbacks
This commit is contained in:
@@ -1310,7 +1310,7 @@ impl State for Testbed {
|
||||
plugin.run_callbacks(
|
||||
window,
|
||||
&mut self.harness.physics,
|
||||
self.harness.state.time,
|
||||
&self.harness.state,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user