From 0e14d6d68eae5b9a3f8d21d63d8129db947e3580 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 30 Apr 2001 21:08:51 +0000 Subject: Lots more eval fixes --- src/mesa/tnl/t_imm_elt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_imm_elt.c') diff --git a/src/mesa/tnl/t_imm_elt.c b/src/mesa/tnl/t_imm_elt.c index c339897bc9..b6fb093394 100644 --- a/src/mesa/tnl/t_imm_elt.c +++ b/src/mesa/tnl/t_imm_elt.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_elt.c,v 1.8 2001/04/28 08:39:18 keithw Exp $ */ +/* $Id: t_imm_elt.c,v 1.9 2001/04/30 21:08:52 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -816,6 +816,4 @@ void _tnl_translate_array_elts( GLcontext *ctx, struct immediate *IM, for (i = start ; i < count ; i++) if (flags[i] & VERT_ELT) flags[i] |= translate; - - IM->CopyOrFlag |= translate; } -- cgit v1.2.3