HDB: Add missing paint() call

This commit is contained in:
Nipun Garg 2019-07-13 04:20:57 +05:30 committed by Eugene Sandulenko
parent 9903b335e1
commit c0777f5a03

View File

@ -697,6 +697,7 @@ void HDBGame::drawProgressBar() {
GameState temp = _gameState;
_gameState = GAME_LOADING;
paint();
_gameState = temp;
}