Browse Source

ref_gl: make renderer fallback possible

pull/2/head
mittorn 4 years ago
parent
commit
c80da05e94
  1. 4
      ref_gl/gl_opengl.c

4
ref_gl/gl_opengl.c

@ -959,8 +959,8 @@ qboolean R_Init( void ) @@ -959,8 +959,8 @@ qboolean R_Init( void )
{
GL_RemoveCommands();
gEngfuncs.R_Free_Video();
gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" );
// Why? Host_Error again???
// gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" );
return false;
}

Loading…
Cancel
Save