Skip to content

Commit

Permalink
Fixed a comment in the fixed timestep example (#2245)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Borges <daniel@manufacture43.com>
  • Loading branch information
msklywenn and Daniel Borges committed May 24, 2021
1 parent 4b1d47d commit 5cccba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/fixed_timestep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn main() {
.add_plugins(DefaultPlugins)
// this system will run once every update (it should match your screen's refresh rate)
.add_system(frame_update.system())
// add a new stage that runs every two seconds
// add a new stage that runs twice a second
.add_stage_after(
CoreStage::Update,
FixedUpdateStage,
Expand Down

0 comments on commit 5cccba5

Please sign in to comment.