Fix missing Pause Screen BG if the game is exited once and then replayed.
This commit is contained in:
parent
3b07090682
commit
2a6b35f3ad
2 changed files with 2 additions and 1 deletions
|
@ -286,6 +286,7 @@ void GameInfoCache::FlushBGs() {
|
|||
delete iter->second->pic1Texture;
|
||||
iter->second->pic1Texture = 0;
|
||||
}
|
||||
iter->second->wantBG = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue