Skip to content

Commit 5cccba5

Browse files
msklywennDaniel Borges
andcommitted
Fixed a comment in the fixed timestep example (#2245)
Co-authored-by: Daniel Borges <daniel@manufacture43.com>
1 parent 4b1d47d commit 5cccba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ecs/fixed_timestep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn main() {
1313
.add_plugins(DefaultPlugins)
1414
// this system will run once every update (it should match your screen's refresh rate)
1515
.add_system(frame_update.system())
16-
// add a new stage that runs every two seconds
16+
// add a new stage that runs twice a second
1717
.add_stage_after(
1818
CoreStage::Update,
1919
FixedUpdateStage,

0 commit comments

Comments
 (0)