mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
Fix bug where game is still displayed in window title when stopped playing.
This commit is contained in:
parent
cc11adbdea
commit
6b34041b06
1 changed files with 1 additions and 0 deletions
|
@ -1464,6 +1464,7 @@ void GMainWindow::ShutdownGame() {
|
|||
#endif
|
||||
|
||||
game_title.clear();
|
||||
game_title_long.clear();
|
||||
UpdateWindowTitle();
|
||||
|
||||
game_path.clear();
|
||||
|
|
Loading…
Reference in a new issue