From 8dfa3d885b34f9d9cc20b47890268cedb9fb217f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 16:04:57 +0100 Subject: flush it --- main/draw.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main') diff --git a/main/draw.cpp b/main/draw.cpp index 5af954dc..abd65f7d 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -183,6 +183,8 @@ void main_impl::drawEvent() } app.draw(); + GL::Renderer::flush(); + do_update(); swapBuffers(); -- cgit v1.2.3