1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

TouchScreenGUI: fix some bugs, cleanup

This commit is contained in:
MoNTE48
2020-04-16 17:37:40 +02:00
committed by SmallJoker
parent 0d8e5bf587
commit b9f618746c
3 changed files with 183 additions and 290 deletions

View File

@@ -1173,6 +1173,10 @@ void Game::shutdown()
if (formspec)
formspec->quitMenu();
#ifdef HAVE_TOUCHSCREENGUI
g_touchscreengui->hide();
#endif
showOverlayMessage(N_("Shutting down..."), 0, 0, false);
if (clouds)