mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Fix deadlock when creating a viewport sync in a viewport sync
But will not affect anything because the viewport builders will processed when the async viewport will end
This commit is contained in:
@@ -1084,7 +1084,6 @@ mod glow_integration {
|
||||
break 'try_render;
|
||||
}
|
||||
}
|
||||
Self::process_viewport_builders(&glutin, output.viewports);
|
||||
egui_winit::process_viewports_commands(
|
||||
output.viewport_commands,
|
||||
*focused.read(),
|
||||
|
||||
Reference in New Issue
Block a user