mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix help for gl_tessellate cvar.
This commit is contained in:
parent
e1146a541c
commit
767b0c61db
1 changed files with 3 additions and 3 deletions
|
@ -163,9 +163,9 @@ GL_Common_Init_Cvars (void)
|
|||
"screenshots. Needed if you get screenshots with red and "
|
||||
"blue swapped.");
|
||||
gl_tessellate = Cvar_Get ("gl_tessellate", "0", CVAR_NONE, gl_tessellate_f,
|
||||
va ("Specifies tessellation level from 0 to %i. "
|
||||
"Quadruples the triangle count at each "
|
||||
"tessellation level.", tess_max));
|
||||
nva ("Specifies tessellation level from 0 to "
|
||||
"%i. Quadruples the triangle count at each "
|
||||
"tessellation level.", tess_max));
|
||||
gl_vaelements_max = Cvar_Get ("gl_vaelements_max", "0", CVAR_ROM, NULL,
|
||||
"Limit the vertex array size for buggy "
|
||||
"drivers. 0 (default) uses driver provided "
|
||||
|
|
Loading…
Reference in a new issue