summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-29 19:02:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-29 19:02:23 +0000
commit193005393d6b1422ad9084f8e71004f4f055b88f (patch)
tree32d7c3ad13c3f17a9956768600dabd7c52308efb /src/mesa/main/light.c
parentebb248aa5c018dc676d389221d76ed329059789e (diff)
downloadexternal_mesa3d-193005393d6b1422ad9084f8e71004f4f055b88f.zip
external_mesa3d-193005393d6b1422ad9084f8e71004f4f055b88f.tar.gz
external_mesa3d-193005393d6b1422ad9084f8e71004f4f055b88f.tar.bz2
renamed Current.ByteColor Current.Color
Diffstat (limited to 'src/mesa/main/light.c')
-rw-r--r--src/mesa/main/light.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c
index 38e74e7..e47a5dc 100644
--- a/src/mesa/main/light.c
+++ b/src/mesa/main/light.c
@@ -1,4 +1,4 @@
-/* $Id: light.c,v 1.20 2000/10/28 20:41:14 brianp Exp $ */
+/* $Id: light.c,v 1.21 2000/10/29 19:02:23 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -844,7 +844,7 @@ _mesa_ColorMaterial( GLenum face, GLenum mode )
}
if (ctx->Light.ColorMaterialEnabled)
- gl_update_color_material( ctx, ctx->Current.ByteColor );
+ gl_update_color_material( ctx, ctx->Current.Color );
}