From 352c13f7835918c3d2cb07f8e7dbe33e8319fcab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Aug 2002 16:55:17 +0000 Subject: init tmp->Normal.size = 3 --- src/mesa/tnl/t_imm_exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_imm_exec.c b/src/mesa/tnl/t_imm_exec.c index 02643ce867..137c7ec514 100644 --- a/src/mesa/tnl/t_imm_exec.c +++ b/src/mesa/tnl/t_imm_exec.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_exec.c,v 1.41 2002/06/15 02:38:18 brianp Exp $ */ +/* $Id: t_imm_exec.c,v 1.42 2002/08/08 16:55:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -295,6 +295,7 @@ static void _tnl_vb_bind_immediate( GLcontext *ctx, struct immediate *IM ) tmp->Normal.data = IM->Attrib[VERT_ATTRIB_NORMAL] + start; tmp->Normal.start = (GLfloat *) (IM->Attrib[VERT_ATTRIB_NORMAL] + start); tmp->Normal.count = count; + tmp->Normal.size = 3; /* just to be safe */ VB->NormalPtr = &tmp->Normal; if (IM->NormalLengthPtr) VB->NormalLengthPtr = IM->NormalLengthPtr + start; -- cgit v1.2.3