mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
f0560b8e78
Fixes #14993 (maybe). Adds a system ordering constraint that was missed in the refactor in #14833. The theory here is that the single threaded forces a topology that causes the prepare system to run before `prepare_windows` in a way that causes issues. For whatever reason, this appears to be unlikely when multi-threading is enabled. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |