eliminated the small white part of the initial window content after the IWAD picker.

This commit is contained in:
Christoph Oelckers 2024-01-04 22:21:27 +01:00
commit c62ecc44e2
4 changed files with 15 additions and 15 deletions

View file

@ -367,7 +367,7 @@ FStartScreen* GetGameStartScreen(int max_progress)
Printf("Error creating start screen: %s\n", err.what());
// fall through to the generic startup screen
}
//return CreateGenericStartScreen(max_progress);
return CreateGenericStartScreen(max_progress);
}
return nullptr;
}