bevy/crates/bevy_app
Pixelstorm 36f29a933f
Remove redundant check for AppExit events in ScheduleRunnerPlugin (#9421)
# Objective

Fixes #9420

## Solution

Remove one of the two `AppExit` event checks in the
`ScheduleRunnerPlugin`'s main loop. Specificially, the check that
happens immediately before calling `App.update()`, to be consistent with
the `WinitPlugin`.
2023-08-28 17:13:02 +00:00
..
src Remove redundant check for AppExit events in ScheduleRunnerPlugin (#9421) 2023-08-28 17:13:02 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00