Skip to content

Commit

Permalink
engine: client: fail with Sys_Error when no renderer is loaded, as we…
Browse files Browse the repository at this point in the history
… can't recover from it
  • Loading branch information
a1batross committed Aug 19, 2024
1 parent 5f84010 commit 7fc9ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/ref_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ qboolean R_Init( void )

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;
}

Expand Down

0 comments on commit 7fc9ee1

Please sign in to comment.