aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/user_changes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipeline/user_changes.rs')
-rw-r--r--src/pipeline/user_changes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/user_changes.rs b/src/pipeline/user_changes.rs
index b9c57bd..bd69bb2 100644
--- a/src/pipeline/user_changes.rs
+++ b/src/pipeline/user_changes.rs
@@ -117,7 +117,7 @@ pub(crate) fn handle_user_changes_to_rigid_bodies<Bodies, Colliders>(
islands.active_kinematic_set.push(*handle);
}
}
- RigidBodyType::Static => {}
+ RigidBodyType::Fixed => {}
}
}