mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-15 00:30:43 +00:00
Modify the low geometry detail settings
This commit is contained in:
parent
ad5ea81eeb
commit
0a22991ff3
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue