From 959571f83595dcc8026bc6c7eb52bb9ee50cc6d5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 2 Nov 2006 22:54:18 +0000 Subject: [PATCH] init SecondaryRasterColor --- src/mesa/main/rastpos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c index 4f490db..ddf2ac5 100644 --- a/src/mesa/main/rastpos.c +++ b/src/mesa/main/rastpos.c @@ -994,6 +994,7 @@ void _mesa_init_rastpos( GLcontext * ctx ) ASSIGN_4V( ctx->Current.RasterPos, 0.0, 0.0, 0.0, 1.0 ); ctx->Current.RasterDistance = 0.0; ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); + ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 ); ctx->Current.RasterIndex = 1.0; for (i=0; iCurrent.RasterTexCoords[i], 0.0, 0.0, 0.0, 1.0 ); -- 2.7.4