mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -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;
|
break 'try_render;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Self::process_viewport_builders(&glutin, output.viewports);
|
|
||||||
egui_winit::process_viewports_commands(
|
egui_winit::process_viewports_commands(
|
||||||
output.viewport_commands,
|
output.viewport_commands,
|
||||||
*focused.read(),
|
*focused.read(),
|
||||||
|
|||||||
Reference in New Issue
Block a user