diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-03-19 16:23:09 +0100 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-03-20 21:49:16 +0100 |
| commit | a9e3441ecd64d50b478ab5370fabe187ec9a5c39 (patch) | |
| tree | 92b2e4ee3d3599a446f15551cc74e8e71b9c6150 /benchmarks3d/balls3.rs | |
| parent | db6a8c526d939a125485c89cfb6e540422fe6b4b (diff) | |
| download | rapier-a9e3441ecd64d50b478ab5370fabe187ec9a5c39.tar.gz rapier-a9e3441ecd64d50b478ab5370fabe187ec9a5c39.tar.bz2 rapier-a9e3441ecd64d50b478ab5370fabe187ec9a5c39.zip | |
Rename rigid-body `static` to `fixed`
Diffstat (limited to 'benchmarks3d/balls3.rs')
| -rw-r--r-- | benchmarks3d/balls3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks3d/balls3.rs b/benchmarks3d/balls3.rs index 4ccf594..7d76dcf 100644 --- a/benchmarks3d/balls3.rs +++ b/benchmarks3d/balls3.rs @@ -29,7 +29,7 @@ pub fn init_world(testbed: &mut Testbed) { let z = k as f32 * shift - centerz; let status = if j == 0 { - RigidBodyType::Static + RigidBodyType::Fixed } else { RigidBodyType::Dynamic }; |
