Skip to content

Commit

Permalink
just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 21, 2023
1 parent eaa0d9a commit cd6f8ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,9 @@ pub fn winit_runner(mut app: App) {
ActiveState::NotYetStarted => {
event_writers.lifetime.send(ApplicationLifetime::Started);
}
ActiveState::Suspended => {
_ => {
event_writers.lifetime.send(ApplicationLifetime::Resumed);
}
_ => unreachable!(),
}
runner_state.active = ActiveState::Active;
#[cfg(target_os = "android")]
Expand Down

0 comments on commit cd6f8ae

Please sign in to comment.