From 193005393d6b1422ad9084f8e71004f4f055b88f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 29 Oct 2000 19:02:23 +0000 Subject: renamed Current.ByteColor Current.Color --- src/mesa/main/enable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/enable.c') diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 2c0e3334c7..f60fcc44f2 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -1,4 +1,4 @@ -/* $Id: enable.c,v 1.27 2000/10/27 16:44:40 keithw Exp $ */ +/* $Id: enable.c,v 1.28 2000/10/29 19:02:23 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -117,7 +117,7 @@ void _mesa_set_enable( GLcontext *ctx, GLenum cap, GLboolean state ) ctx->Light.ColorMaterialEnabled = state; ctx->NewState |= NEW_LIGHTING; if (state) - gl_update_color_material( ctx, ctx->Current.ByteColor ); + gl_update_color_material( ctx, ctx->Current.Color ); } break; case GL_CULL_FACE: -- cgit v1.2.3