Notify winit before presenting frames

This commit is contained in:
iris committed 2026-09-13 00:53:16 -04:00
1 parent ec2b5d4c1d
commit 2b6a6ab378
1 file changed
+1
+1
View File
@@ -45,6 +45,7 @@ impl UiRenderer {
}
self.queue.submit(std::iter::once(encoder.finish()));
self.window.pre_present_notify();
output.present();
}