Fix help for gl_tessellate cvar.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2004-01-26 00:40:31 +00:00
parent e1146a541c
commit 767b0c61db

View file

@ -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 "