projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664a1f8
)
another typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 23 Nov 1999 21:15:37 +0000
(21:15 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 23 Nov 1999 21:15:37 +0000
(21:15 +0000)
src/mesa/main/attrib.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/attrib.c
b/src/mesa/main/attrib.c
index 70c5141a2006f973488728ef393aad888d4576c7..e8a6f86431a4641c8177cab033038091952dc314 100644
(file)
--- a/
src/mesa/main/attrib.c
+++ b/
src/mesa/main/attrib.c
@@
-1,4
+1,4
@@
-/* $Id: attrib.c,v 1.1
2 1999/11/22 18:28:39 brianp
Exp $ */
+/* $Id: attrib.c,v 1.1
3 1999/11/23 21:15:37 keithw
Exp $ */
/*
* Mesa 3-D graphics library
@@
-585,7
+585,7
@@
void gl_PopAttrib( GLcontext* ctx )
(*ctx->Driver.Fogfv)( ctx, GL_FOG_INDEX, &index );
(*ctx->Driver.Fogfv)( ctx, GL_FOG_COLOR, ctx->Fog.Color );
}
- ctx->Enabled &= ENABLE_FOG;
+ ctx->Enabled &=
~
ENABLE_FOG;
if (ctx->Fog.Enabled) ctx->Enabled |= ENABLE_FOG;
}
break;