mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
HDB: Add missing paint() call
This commit is contained in:
committed by
Eugene Sandulenko
parent
9903b335e1
commit
c0777f5a03
@@ -697,6 +697,7 @@ void HDBGame::drawProgressBar() {
|
||||
|
||||
GameState temp = _gameState;
|
||||
_gameState = GAME_LOADING;
|
||||
paint();
|
||||
_gameState = temp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user