mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-23 07:48:09 +00:00
Add option to skip splash screen fade out
This commit is contained in:

committed by
Geoffrey McRae

parent
a15de57e58
commit
66df00cee2
@@ -1284,7 +1284,8 @@ static int lg_run()
|
||||
|
||||
// select and init a renderer
|
||||
LG_RendererParams lgrParams;
|
||||
lgrParams.showFPS = params.showFPS;
|
||||
lgrParams.showFPS = params.showFPS;
|
||||
lgrParams.quickSplash = params.quickSplash;
|
||||
Uint32 sdlFlags;
|
||||
|
||||
if (params.forceRenderer)
|
||||
|
Reference in New Issue
Block a user