mirror of
https://github.com/bevyengine/bevy
synced 2024-12-24 20:13:07 +00:00
bfb8e9978a
# Objective While working on #11527 I spotted that the internal field for the label of a `Schedule` is called `name`. Using `label` seems more in line with the other naming across Bevy. ## Solution Renaming the field was straightforward since it's not exposed outside of the module. This also means a changelog or migration guide isn't necessary. |
||
---|---|---|
.. | ||
app.rs | ||
ci_testing.rs | ||
lib.rs | ||
main_schedule.rs | ||
plugin.rs | ||
plugin_group.rs | ||
schedule_runner.rs |