engine: client: fail with Sys_Error when no renderer is loaded, as we can't recover from it
This commit is contained in:
parent
5f84010c2a
commit
7fc9ee154a
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ qboolean R_Init( void )
|
||||||
|
|
||||||
if( !success )
|
if( !success )
|
||||||
{
|
{
|
||||||
Host_Error( "Can't initialize any renderer. Check your video drivers!\n" );
|
Sys_Error( "Can't initialize any renderer. Check your video drivers!\n" );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue