From eae26ca4ba62506f6751ec6ca3e3d50709f28d81 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Jul 2004 22:56:29 +0000 Subject: [PATCH] minor comments --- src/mesa/tnl/t_vb_vertex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/tnl/t_vb_vertex.c b/src/mesa/tnl/t_vb_vertex.c index 3d642818821..52a8e051330 100644 --- a/src/mesa/tnl/t_vb_vertex.c +++ b/src/mesa/tnl/t_vb_vertex.c @@ -161,8 +161,10 @@ static GLboolean run_vertex_stage( GLcontext *ctx, /* impossible */ case 2: _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 ); + /* fall-through */ case 3: _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 ); + /* fall-through */ case 4: break; }