Fix bug where game is still displayed in window title when stopped playing.

This commit is contained in:
Riley Hawksworth 2024-03-30 23:43:26 +00:00 committed by OpenSauce
parent cc11adbdea
commit 6b34041b06

View File

@ -1464,6 +1464,7 @@ void GMainWindow::ShutdownGame() {
#endif
game_title.clear();
game_title_long.clear();
UpdateWindowTitle();
game_path.clear();