From 069ad1bfb114a95ba97a74218bb411b2558bdf5d Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 5 Nov 2001 10:11:21 +0000 Subject: [PATCH] Change r_lightmap_components default to 3. Looks like Nvidia fixed that horrid slowdown for 3 component texture uploads. :) --- libs/video/renderer/r_cvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/video/renderer/r_cvar.c b/libs/video/renderer/r_cvar.c index bed51f047..e16de5ef5 100644 --- a/libs/video/renderer/r_cvar.c +++ b/libs/video/renderer/r_cvar.c @@ -281,7 +281,7 @@ R_Init_Cvars (void) r_graphheight = Cvar_Get ("r_graphheight", "32", CVAR_NONE, NULL, "Set the number of lines displayed in the " "various graphs"); - r_lightmap_components = Cvar_Get ("r_lightmap_components", "4", CVAR_ROM, + r_lightmap_components = Cvar_Get ("r_lightmap_components", "3", CVAR_ROM, NULL, "Lightmap texture components. 1 " "is greyscale, 3 is RGB, 4 is RGBA."); r_maxedges = Cvar_Get ("r_maxedges", "0", CVAR_NONE, NULL,