diff options
| author | rezural <rezural@protonmail.com> | 2020-12-20 23:58:50 +1100 |
|---|---|---|
| committer | rezural <rezural@protonmail.com> | 2020-12-21 04:23:11 +1100 |
| commit | be07227e9455e1549f1fee2f278ab2a266c5c3c2 (patch) | |
| tree | a2a0c78d6f6fcac69fa54dd226a08c24a5c3fbd8 /src_testbed/plugin.rs | |
| parent | 315b84a85e67077d5e5232f3c3f4f3d80b85db81 (diff) | |
| download | rapier-be07227e9455e1549f1fee2f278ab2a266c5c3c2.tar.gz rapier-be07227e9455e1549f1fee2f278ab2a266c5c3c2.tar.bz2 rapier-be07227e9455e1549f1fee2f278ab2a266c5c3c2.zip | |
add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/plugin
Diffstat (limited to 'src_testbed/plugin.rs')
| -rw-r--r-- | src_testbed/plugin.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src_testbed/plugin.rs b/src_testbed/plugin.rs index 6da1404..811e33c 100644 --- a/src_testbed/plugin.rs +++ b/src_testbed/plugin.rs @@ -11,9 +11,3 @@ pub trait TestbedPlugin { fn profiling_string(&self) -> String; } -pub trait HarnessPlugin { - //FIXME: is run_callbacks needed? - fn run_callbacks(&mut self, physics: &mut PhysicsState, t: f32); - fn step(&mut self, physics: &mut PhysicsState); - fn profiling_string(&self) -> String; -} |
