mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-26 14:02:04 +00:00
- 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:
parent
c9d7f21bf1
commit
1edb5fe8ae
2 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,7 @@ void I_Init(void)
|
||||||
|
|
||||||
void I_SetIWADInfo()
|
void I_SetIWADInfo()
|
||||||
{
|
{
|
||||||
|
FConsoleWindow::GetInstance().SetTitleText();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,6 @@ FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
|
||||||
{
|
{
|
||||||
FConsoleWindow& consoleWindow = FConsoleWindow::GetInstance();
|
FConsoleWindow& consoleWindow = FConsoleWindow::GetInstance();
|
||||||
consoleWindow.SetProgressBar(true);
|
consoleWindow.SetProgressBar(true);
|
||||||
consoleWindow.SetTitleText();
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// Testing code, please do not remove
|
// Testing code, please do not remove
|
||||||
|
|
Loading…
Reference in a new issue