mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
bf514ff12c
# Objective - `close_when_requested` system needs to run before `exit_on_*` systems, otherwise it takes another loop to exit app. - Fixes #7624 ## Solution - Move `close_when_request` system to Update phase [as before](https://github.com/bevyengine/bevy/issues/7624#issuecomment-1426688070). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |