mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
Destroy FStartupScreen before initializing video
Fixes terminal output cutoff on console tab completion on Unix systems.
This commit is contained in:
parent
be97ee04f9
commit
75ecd173b6
1 changed files with 1 additions and 0 deletions
|
@ -1013,6 +1013,7 @@ int RunGame()
|
|||
lookups.postLoadLookups();
|
||||
FMaterial::SetLayerCallback(setpalettelayer);
|
||||
if (GameStartupInfo.Name.IsNotEmpty()) I_SetWindowTitle(GameStartupInfo.Name);
|
||||
DeleteStartupScreen();
|
||||
|
||||
V_Init2();
|
||||
twod->Begin(screen->GetWidth(), screen->GetHeight());
|
||||
|
|
Loading…
Reference in a new issue