We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d47d commit 5cccba5Copy full SHA for 5cccba5
examples/ecs/fixed_timestep.rs
@@ -13,7 +13,7 @@ fn main() {
13
.add_plugins(DefaultPlugins)
14
// this system will run once every update (it should match your screen's refresh rate)
15
.add_system(frame_update.system())
16
- // add a new stage that runs every two seconds
+ // add a new stage that runs twice a second
17
.add_stage_after(
18
CoreStage::Update,
19
FixedUpdateStage,
0 commit comments