HDB: Add missing paint() call

This commit is contained in:
Nipun Garg
2019-09-03 17:17:18 +02:00
committed by Eugene Sandulenko
parent 9903b335e1
commit c0777f5a03
+1
View File
@@ -697,6 +697,7 @@ void HDBGame::drawProgressBar() {
GameState temp = _gameState;
_gameState = GAME_LOADING;
paint();
_gameState = temp;
}