mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +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
|
||||
{
|
||||
trap_Cvar_SetValue( "r_lodBias", 1 );
|
||||
trap_Cvar_SetValue( "r_subdivisions", 20 );
|
||||
trap_Cvar_SetValue( "r_lodBias", 2 );
|
||||
trap_Cvar_SetValue( "r_subdivisions", 80 );
|
||||
}
|
||||
|
||||
if ( s_graphicsoptions.filter.curvalue )
|
||||
|
|
Loading…
Reference in a new issue