minor comments

This commit is contained in:
Brian Paul 2004-07-23 22:56:29 +00:00
parent 840565cd47
commit eae26ca4ba
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}