Make loading percentages work again (closes #841)

This commit is contained in:
Alexander Bock
2019-05-18 12:02:55 -06:00
parent 368292aba6
commit 4d7ccdd54e

View File

@@ -150,7 +150,7 @@ LoadingScreen::~LoadingScreen() {
}
void LoadingScreen::render() {
if (_phase != Phase::PreStart) {
if (_phase == Phase::PreStart) {
return;
}