mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
commit
c35e0faffb
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( ( SDL_window = SDL_CreateWindow( CLIENT_WINDOW_TITLE, x, y,
|
if( ( SDL_window = SDL_CreateWindow( CLIENT_WINDOW_TITLE, x, y,
|
||||||
glConfig.vidWidth, glConfig.vidHeight, flags ) ) == 0 )
|
glConfig.vidWidth, glConfig.vidHeight, flags ) ) == NULL )
|
||||||
{
|
{
|
||||||
ri.Printf( PRINT_DEVELOPER, "SDL_CreateWindow failed: %s\n", SDL_GetError( ) );
|
ri.Printf( PRINT_DEVELOPER, "SDL_CreateWindow failed: %s\n", SDL_GetError( ) );
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue