Skip to content

Commit

Permalink
Fixes for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Aug 6, 2024
1 parent e8f3dfc commit 063be9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_winit/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ impl<T: Event> ApplicationHandler<T> for WinitAppRunnerState<T> {
mut adapters,
mut handlers,
accessibility_requested,
monitors,
) = create_window.get_mut(self.world_mut());

let winit_window = winit_windows.create_window(
Expand All @@ -487,6 +488,7 @@ impl<T: Event> ApplicationHandler<T> for WinitAppRunnerState<T> {
&mut adapters,
&mut handlers,
&accessibility_requested,
&monitors,
);

let wrapper = RawHandleWrapper::new(winit_window).unwrap();
Expand Down

0 comments on commit 063be9a

Please sign in to comment.