1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-11-11 20:27:55 +01:00
parent 4dfc28f9ca
commit 730a4b758f

View File

@@ -2445,7 +2445,7 @@ mod wgpu_integration {
drop(shared_lock); // Release lock!
// Runs the update, which could call immedaite viewports,
// Runs the update, which could call immediate viewports,
// so make sure we hold no locks here!
egui::FullOutput {
platform_output,