mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
HDB: Add missing paint() call
This commit is contained in:
parent
9903b335e1
commit
c0777f5a03
@ -697,6 +697,7 @@ void HDBGame::drawProgressBar() {
|
||||
|
||||
GameState temp = _gameState;
|
||||
_gameState = GAME_LOADING;
|
||||
paint();
|
||||
_gameState = temp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user