Skip to content

Commit

Permalink
Merge pull request #333 from GuillaumeGomez/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sebcrozet authored Mar 7, 2023
2 parents b89c991 + 3fdbdd0 commit e9d023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ where
match stage {
PhysicsStages::SyncBackend => {
let systems = SystemSet::new()
.with_system(systems::update_character_controls) // Run the character controller befor ethe manual transform propagation.
.with_system(systems::update_character_controls) // Run the character controller before the manual transform propagation.
.with_system(
bevy::transform::transform_propagate_system
.after(systems::update_character_controls),
Expand Down

0 comments on commit e9d023e

Please sign in to comment.