mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
* Allow floating point values for r_znear
This commit is contained in:
parent
37d664d4b2
commit
8ea86a4670
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ void R_Register( void )
|
|||
r_lodbias = ri.Cvar_Get( "r_lodbias", "0", CVAR_ARCHIVE );
|
||||
r_flares = ri.Cvar_Get ("r_flares", "0", CVAR_ARCHIVE );
|
||||
r_znear = ri.Cvar_Get( "r_znear", "4", CVAR_CHEAT );
|
||||
ri.Cvar_CheckRange( r_znear, 0.001f, 200, qtrue );
|
||||
ri.Cvar_CheckRange( r_znear, 0.001f, 200, qfalse );
|
||||
r_zproj = ri.Cvar_Get( "r_zproj", "64", CVAR_ARCHIVE );
|
||||
r_stereoSeparation = ri.Cvar_Get( "r_stereoSeparation", "64", CVAR_ARCHIVE );
|
||||
r_ignoreGLErrors = ri.Cvar_Get( "r_ignoreGLErrors", "1", CVAR_ARCHIVE );
|
||||
|
|
Loading…
Reference in a new issue