Skip to content

Commit

Permalink
Register CollisionLayers as reflectable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Jun 17, 2023
1 parent 029b041 commit ffd7fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl Plugin for PhysicsSetupPlugin {
.register_type::<Inertia>()
.register_type::<InverseInertia>()
.register_type::<CenterOfMass>()
.register_type::<CollisionLayers>()
.register_type::<CollidingEntities>();

let mut physics_schedule = Schedule::default();
Expand Down

0 comments on commit ffd7fea

Please sign in to comment.