From d95ef248f5f8b23e3eb84829cc33c28cca83f314 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 28 May 2008 08:49:25 +0000 Subject: [PATCH] fix typo in r_textcontrast description git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8316 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_draw.c b/gl_draw.c index cf16422b..f6a7532c 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -29,7 +29,7 @@ dp_font_t dp_fonts[MAX_FONTS] = {{0}}; cvar_t r_textshadow = {CVAR_SAVE, "r_textshadow", "0", "draws a shadow on all text to improve readability (note: value controls offset, 1 = 1 pixel, 1.5 = 1.5 pixels, etc)"}; cvar_t r_textbrightness = {CVAR_SAVE, "r_textbrightness", "0", "additional brightness for text color codes (0 keeps colors as is, 1 makes them all white)"}; -cvar_t r_textcontrast = {CVAR_SAVE, "r_textcontrast", "1", "additional contrast for text color codes (1 keeps colors as is, 1 makes them all black)"}; +cvar_t r_textcontrast = {CVAR_SAVE, "r_textcontrast", "1", "additional contrast for text color codes (1 keeps colors as is, 0 makes them all black)"}; extern cvar_t v_glslgamma; -- 2.39.2