1
0
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:
Konkitoman
2023-08-23 07:18:16 +03:00
parent 189e34e3d2
commit dadcd508c9

View File

@@ -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(),