Modify the low geometry detail settings

This commit is contained in:
Lubos 2022-03-24 16:39:26 +01:00
parent ad5ea81eeb
commit 0a22991ff3

View file

@ -741,8 +741,8 @@ static void GraphicsOptions_ApplyChanges( void *unused, int notification )
} }
else else
{ {
trap_Cvar_SetValue( "r_lodBias", 1 ); trap_Cvar_SetValue( "r_lodBias", 2 );
trap_Cvar_SetValue( "r_subdivisions", 20 ); trap_Cvar_SetValue( "r_subdivisions", 80 );
} }
if ( s_graphicsoptions.filter.curvalue ) if ( s_graphicsoptions.filter.curvalue )