Update src_testbed/testbed.rs

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

View File

@@ -1291,14 +1291,12 @@ impl State for Testbed {
} }
for plugin in &mut self.plugins { for plugin in &mut self.plugins {
{
plugin.run_callbacks( plugin.run_callbacks(
window, window,
&mut self.harness.physics, &mut self.harness.physics,
&self.harness.state, &self.harness.state,
); );
} }
}
// if true { // if true {
// // !self.hide_counters { // // !self.hide_counters {