Skip to content

Commit

Permalink
TouchScreenGUI: fix some bugs, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MoNTE48 authored and SmallJoker committed Jun 9, 2020
1 parent 0d8e5bf commit b9f6187
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 290 deletions.
4 changes: 4 additions & 0 deletions src/client/game.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit b9f6187

Please sign in to comment.