Skip to content

Commit 0c43352

Browse files
Improve clarity and CTRL+F-ability of fixed timestep migration advice (#582)
Prompted by a discussion with @laundmo [on Discord](https://discord.com/channels/691052431525675048/742569353878437978/1081968471090405446).
1 parent 993b72c commit 0c43352

File tree

1 file changed

+1
-1
lines changed
  • content/learn/book/migration-guides/0.9-0.10

1 file changed

+1
-1
lines changed

content/learn/book/migration-guides/0.9-0.10/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ The `FrameCount` resource was previously only updated when using the `bevy_rend
843843

844844
#### Multiple fixed timesteps
845845

846-
Apps may now only have one unified fixed timestep. If you were relying on this functionality, you should swap to using timers, via the `on_timer(MY_PERIOD)` run condition.
846+
Apps may now only have one unified fixed timestep. If you were relying on multiple `FixedTimestep` run criteria with distinct periods, you should swap to using timers, via the `on_timer(MY_PERIOD)` or `on_fixed_timer(MY_PERIOD)` run conditions.
847847

848848
### [Pipelined Rendering](https://github.com/bevyengine/bevy/pull/6503)
849849

0 commit comments

Comments
 (0)