mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Always load the GL library!
This commit is contained in:
parent
07afd7520f
commit
3fa4db891f
1 changed files with 1 additions and 2 deletions
|
@ -1719,7 +1719,6 @@ void I_StartupGraphics(void)
|
|||
//SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY>>1,SDL_DEFAULT_REPEAT_INTERVAL<<2);
|
||||
VID_Command_ModeList_f();
|
||||
#ifdef HWRENDER
|
||||
if (chosenrendermode == render_opengl)
|
||||
I_StartupHardwareGraphics();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue