diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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. |