Skip to content

Commit

Permalink
Update glow_integration.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 12, 2024
1 parent c7d66b7 commit bbc2963
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 @@ -732,7 +732,7 @@ impl GlowWinitRunning {
}
}

egui_winit.handle_platform_output(window, platform_output);
egui_winit.handle_platform_output(&window, platform_output);

glutin.handle_viewport_output(event_loop, &integration.egui_ctx, &viewport_output);

Expand Down

0 comments on commit bbc2963

Please sign in to comment.