mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- disabled progress bar on Cocoa start window
This commit is contained in:
parent
5d6ac932d3
commit
67b5cd2cb3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
|
|||
: FStartupScreen(maxProgress)
|
||||
{
|
||||
FConsoleWindow& consoleWindow = FConsoleWindow::GetInstance();
|
||||
consoleWindow.SetProgressBar(true);
|
||||
consoleWindow.SetProgressBar(false);
|
||||
|
||||
#if 0
|
||||
// Testing code, please do not remove
|
||||
|
|
Loading…
Reference in a new issue