mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Fixes the splash screen so that it displays until the game has actually done initial setup and can display GUI elements. This prevents the ugly blank window just sitting there while the GUI loads.
This commit is contained in:
parent
8390c4159f
commit
c2da67d473
11 changed files with 74 additions and 6 deletions
|
|
@ -338,6 +338,9 @@ namespace Platform
|
|||
// display Splash Window
|
||||
bool displaySplashWindow( String path );
|
||||
|
||||
// close Splash Window
|
||||
bool closeSplashWindow();
|
||||
|
||||
void openFolder( const char* path );
|
||||
|
||||
// Open file at the OS level, according to registered file-types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue