From 640fc369b474e395975e82471a1e4be291d23407 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 23 Aug 2013 12:06:41 +0300 Subject: fix images converting and drawing issues in SDL2 and OpenGL. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index aeee05c1f..090591ff4 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1102,6 +1102,8 @@ int Client::gameExec() lastTickTime = tick_time; #ifdef USE_SDL2 + if (gui) + gui->draw(); mainGraphics->updateScreen(); #else // Update the screen when application is active, delay otherwise. -- cgit v1.2.3-60-g2f50