Skip to content

Commit b9f6187

Browse files
MoNTE48SmallJoker
MoNTE48
authored andcommittedJun 9, 2020
TouchScreenGUI: fix some bugs, cleanup
1 parent 0d8e5bf commit b9f6187

File tree

3 files changed

+183
-290
lines changed

3 files changed

+183
-290
lines changed
 

Diff for: ‎src/client/game.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,10 @@ void Game::shutdown()
11731173
if (formspec)
11741174
formspec->quitMenu();
11751175

1176+
#ifdef HAVE_TOUCHSCREENGUI
1177+
g_touchscreengui->hide();
1178+
#endif
1179+
11761180
showOverlayMessage(N_("Shutting down..."), 0, 0, false);
11771181

11781182
if (clouds)

0 commit comments

Comments
 (0)
Please sign in to comment.