mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-23 20:52:54 +00:00
Don't set the window title twice
This commit is contained in:
parent
1ec9f8d1a8
commit
d7444b8ca1
1 changed files with 0 additions and 1 deletions
|
@ -439,7 +439,6 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_SetWindowTitle( SDL_window, CLIENT_WINDOW_TITLE );
|
|
||||||
SDL_SetWindowIcon( SDL_window, icon );
|
SDL_SetWindowIcon( SDL_window, icon );
|
||||||
|
|
||||||
if( ( SDL_glContext = SDL_GL_CreateContext( SDL_window ) ) == NULL )
|
if( ( SDL_glContext = SDL_GL_CreateContext( SDL_window ) ) == NULL )
|
||||||
|
|
Loading…
Reference in a new issue