Enable the generic start screen and adjust its graphics to show a basic engine logo with a progress bar
This commit is contained in:
parent
411b281e7c
commit
709563490f
2 changed files with 11 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue