File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ private static void Main(string[] args)
245245
246246 CreateCompatToolsInstance ( ) ;
247247
248- Log . Debug ( "Creating Veldrid devices..." ) ;
248+ Log . Debug ( "Creating SDL3 devices..." ) ;
249249
250250 var version = AppUtil . GetGitHash ( ) ;
251251 unsafe
@@ -270,7 +270,6 @@ private static void Main(string[] args)
270270 }
271271
272272 SDL . SetWindowPosition ( window , ( int ) SDL . SDL_WINDOWPOS_CENTERED_MASK , ( int ) SDL . SDL_WINDOWPOS_CENTERED_MASK ) ;
273- SDL . ShowWindow ( window ) ;
274273 Log . Debug ( "SDL OK!" ) ;
275274
276275 gpuDevice = SDL . CreateGPUDevice (
@@ -299,6 +298,7 @@ private static void Main(string[] args)
299298
300299 var launcherClientConfig = LauncherClientConfig . GetAsync ( ) . GetAwaiter ( ) . GetResult ( ) ;
301300 launcherApp = new LauncherApp ( storage , launcherClientConfig . frontierUrl , launcherClientConfig . cutOffBootver ) ;
301+ SDL . ShowWindow ( window ) ;
302302
303303 var done = false ;
304304 while ( ! done )
You can’t perform that action at this time.
0 commit comments