Fixes https://github.com/bevyengine/bevy/issues/10974 # Objective Duplicate the ordering logic of the `Main` schedule into the `FixedMain` schedule. --- ## Changelog - `FixedUpdate` is no longer the main schedule ran in `RunFixedUpdateLoop`, `FixedMain` has replaced this and has a similar structure to `Main`. ## Migration Guide - Usage of `RunFixedUpdateLoop` should be renamed to `RunFixedMainLoop`. |
||
|---|---|---|
| .. | ||
| common_conditions.rs | ||
| fixed.rs | ||
| lib.rs | ||
| real.rs | ||
| stopwatch.rs | ||
| time.rs | ||
| timer.rs | ||
| virt.rs | ||