mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-14 15:40:19 -06:00
Make loading percentages work again (closes #841)
This commit is contained in:
@@ -150,7 +150,7 @@ LoadingScreen::~LoadingScreen() {
|
||||
}
|
||||
|
||||
void LoadingScreen::render() {
|
||||
if (_phase != Phase::PreStart) {
|
||||
if (_phase == Phase::PreStart) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user