Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 26, 2023
1 parent be96f14 commit 3fdbdd0
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 3fdbdd0

Please sign in to comment.