Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant check for AppExit events in ScheduleRunnerPlugin #9421

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

BigWingBeat
Copy link
Contributor

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.

@mockersf mockersf added the A-App Bevy apps and plugins label Aug 11, 2023
@hymm hymm added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Aug 28, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Aug 28, 2023
Merged via the queue into bevyengine:main with commit 36f29a9 Aug 28, 2023
23 checks passed
@BigWingBeat BigWingBeat deleted the redundant-appexit-event branch August 30, 2023 18:06
rdrpenguin04 pushed a commit to rdrpenguin04/bevy that referenced this pull request Jan 9, 2024
…bevyengine#9421)

# Objective

Fixes bevyengine#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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-App Bevy apps and plugins S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant AppExit event checking in ScheduleRunnerPlugin
4 participants