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:
parent
0d8e5bf587
commit
b9f618746c
3 changed files with 183 additions and 290 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue