mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 09:03:07 +00:00
2a66bf0909
# Objective The documentation for `bevy_app::App.world()` (and its mut variant) could confuse some into thinking that this is the only World that the App will contain. ## Solution Clarify the documentation for `bevy_app::App.world()` (and its mut variant), to say that it returns the main subapp's world. This helps imply that Apps can contain more than one world (albeit, only one per SubApp). ## Testing This is a documentation change, with no changes to doctests. Thus, testing is not necessary beyond ensuring the link syntax is correct. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |