Browse Source

Do not break video subsystem initialization.

pull/2/head
Night Owl 6 years ago
parent
commit
d4e5e609af
  1. 2
      engine/platform/sdl/vid_sdl.c

2
engine/platform/sdl/vid_sdl.c

@ -878,6 +878,8 @@ qboolean R_Init_Video( void )
} }
GL_InitExtensions(); GL_InitExtensions();
return true;
} }
#ifdef XASH_GLES #ifdef XASH_GLES

Loading…
Cancel
Save