From e9ba8e92141f9824bdb0cb3db91467bb2f0c51d7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Jun 2001 14:57:55 +0000 Subject: disabled an assertion that doesn't seem to be needed --- src/mesa/tnl/t_imm_fixup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/tnl/t_imm_fixup.c b/src/mesa/tnl/t_imm_fixup.c index fdfeff566a..7f6ae40304 100644 --- a/src/mesa/tnl/t_imm_fixup.c +++ b/src/mesa/tnl/t_imm_fixup.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_fixup.c,v 1.20 2001/06/04 16:09:28 keithw Exp $ */ +/* $Id: t_imm_fixup.c,v 1.21 2001/06/13 14:57:55 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -754,7 +754,9 @@ void _tnl_upgrade_current_data( GLcontext *ctx, COPY_4FV( IM->Color[start], ctx->Current.Color); + /* ASSERT(IM->Flag[IM->LastData+1] & VERT_END_VB); + */ fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start, IM->Color[start] ); -- cgit v1.2.3