1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00: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)