From b52559eb8c87b4910a27eb07ca5e776b03b33fbd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 24 Nov 2003 17:00:03 +0000 Subject: set the VB->FogCoordPtr with the other legacy pointers --- src/mesa/tnl/t_array_import.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl/t_array_import.c') diff --git a/src/mesa/tnl/t_array_import.c b/src/mesa/tnl/t_array_import.c index 16874dfb9a..f26f83a38c 100644 --- a/src/mesa/tnl/t_array_import.c +++ b/src/mesa/tnl/t_array_import.c @@ -353,6 +353,7 @@ void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count ) VB->IndexPtr[1] = 0; VB->SecondaryColorPtr[0] = VB->AttribPtr[_TNL_ATTRIB_COLOR1]; VB->SecondaryColorPtr[1] = 0; + VB->FogCoordPtr = VB->AttribPtr[_TNL_ATTRIB_FOG]; for (i = 0; i < ctx->Const.MaxTextureCoordUnits; i++) { VB->TexCoordPtr[i] = VB->AttribPtr[_TNL_ATTRIB_TEX0 + i]; -- cgit v1.2.3