Skip to content

Commit

Permalink
Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 30, 2024
1 parent 882ce4a commit 3c9c23a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/eframe/src/native/wgpu_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,11 @@ impl WgpuWinitApp {
} = &mut *running.shared.borrow_mut();

initialize_or_update_viewport(
egui_ctx,
viewports,
ViewportIdPair::ROOT,
ViewportClass::Root,
self.native_options.viewport.clone(),
None,
None,
)
.initialize_window(event_loop, egui_ctx, viewport_from_window, painter);
}
Expand Down

0 comments on commit 3c9c23a

Please sign in to comment.