From eb6c6439ae23e47b79b72f3737b6d0d14e1f9f26 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 28 Sep 2000 22:44:30 +0000 Subject: removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead --- src/mesa/main/context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index a66bb13972..018e709d90 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.90 2000/09/26 20:53:53 brianp Exp $ */ +/* $Id: context.c,v 1.91 2000/09/28 22:44:30 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1178,7 +1178,6 @@ init_attrib_groups( GLcontext *ctx ) /* Texture group */ ctx->Texture.CurrentUnit = 0; /* multitexture */ ctx->Texture.CurrentTransformUnit = 0; /* multitexture */ - ctx->Texture.Enabled = 0; ctx->Texture.ReallyEnabled = 0; for (i=0; i