mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |