2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2025-01-03 06:35:36 +01:00

engine: client: fail with Sys_Error when no renderer is loaded, as we can't recover from it

This commit is contained in:
Alibek Omarov 2024-08-19 13:25:05 +03:00
parent 5f84010c2a
commit 7fc9ee154a

View File

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