diff options
| author | rezural <rezural@protonmail.com> | 2020-12-19 21:54:38 +1100 |
|---|---|---|
| committer | rezural <rezural@protonmail.com> | 2020-12-20 14:45:59 +1100 |
| commit | bcaa1d13e8f95fb8dec2ba14b9d5f6d0dd3261fb (patch) | |
| tree | 7461e7d5270a67724d2de7cc13d3381df4620708 /src_testbed/plugin.rs | |
| parent | ff28b90833243c463d855eb12ce727c56310982d (diff) | |
| download | rapier-bcaa1d13e8f95fb8dec2ba14b9d5f6d0dd3261fb.tar.gz rapier-bcaa1d13e8f95fb8dec2ba14b9d5f6d0dd3261fb.tar.bz2 rapier-bcaa1d13e8f95fb8dec2ba14b9d5f6d0dd3261fb.zip | |
extract PhysicsState, PhysicsSnapshot & PhysicsEvents
cargo fmt
changes to make rapier compile
Diffstat (limited to 'src_testbed/plugin.rs')
| -rw-r--r-- | src_testbed/plugin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src_testbed/plugin.rs b/src_testbed/plugin.rs index 7ad018b..872cdf5 100644 --- a/src_testbed/plugin.rs +++ b/src_testbed/plugin.rs @@ -1,4 +1,4 @@ -use crate::testbed::PhysicsState; +use crate::physics::PhysicsState; use kiss3d::window::Window; use na::Point3; |
