- moved showing of start window banner to proper location in Cocoa backend

Banner with the current game's name is not used yet but was displayed without any text
This commit is contained in:
alexey.lysiuk 2020-02-02 13:55:59 +02:00
parent c9d7f21bf1
commit 1edb5fe8ae
2 changed files with 1 additions and 1 deletions

View file

@ -71,6 +71,7 @@ void I_Init(void)
void I_SetIWADInfo()
{
FConsoleWindow::GetInstance().SetTitleText();
}

View file

@ -65,7 +65,6 @@ FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
{
FConsoleWindow& consoleWindow = FConsoleWindow::GetInstance();
consoleWindow.SetProgressBar(true);
consoleWindow.SetTitleText();
#if 0
// Testing code, please do not remove