Skip to content

Commit

Permalink
cargo cranky
Browse files Browse the repository at this point in the history
  • Loading branch information
Garoven committed Jan 22, 2024
1 parent c41899b commit ae0ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eframe/src/native/glow_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ impl WinitApp for GlowWinitApp {
#[cfg(target_os = "android")]
glutin.on_resume(self.native_options.viewport.clone(), event_loop)?;
#[cfg(not(target_os = "android"))]
glutin.initialize_all_windows(event_loop)
glutin.initialize_all_windows(event_loop);
}

running
Expand Down

0 comments on commit ae0ed9c

Please sign in to comment.