From 46af1f87c897ef03470d205e9fd147e93911cbce Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 28 Jul 2001 19:28:49 +0000 Subject: Remove _BaseAlpha, fix reflect lighting bug. --- src/mesa/main/mtypes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 9bf185f7f3..9325934a07 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.49 2001/07/13 20:07:37 brianp Exp $ */ +/* $Id: mtypes.h,v 1.50 2001/07/28 19:28:49 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -496,7 +496,6 @@ struct gl_light_attrib { GLboolean _NeedVertices; /* Use fast shader? */ GLuint _Flags; /* LIGHT_* flags, see below */ GLfloat _BaseColor[2][3]; - GLfloat _BaseAlpha[2]; }; -- cgit v1.2.3