Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Aug 6, 2023
1 parent 8e55d8d commit c5e1af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ where
systems::update_colliding_entities,
systems::writeback_rigid_bodies,
systems::writeback_mass_properties,
Events::<MassModifiedEvent>::update_system.after(systems::writeback_mass_properties),
Events::<MassModifiedEvent>::update_system
.after(systems::writeback_mass_properties),
)
.into_configs(),
}
Expand Down

0 comments on commit c5e1af3

Please sign in to comment.