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,13 +1291,11 @@ impl State for Testbed {
}
for plugin in &mut self.plugins {
{
plugin.run_callbacks(
window,
&mut self.harness.physics,
&self.harness.state,
);
}
plugin.run_callbacks(
window,
&mut self.harness.physics,
&self.harness.state,
);
}
// if true {