From eb7935c63b647df38325fcc77ce86587558fb7c5 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 14 Jan 2004 10:52:51 +0000 Subject: Fix up more confusions with count vs end in array functions --- src/mesa/tnl/t_array_import.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_array_import.h') diff --git a/src/mesa/tnl/t_array_import.h b/src/mesa/tnl/t_array_import.h index 7bc248f716..39b77641d5 100644 --- a/src/mesa/tnl/t_array_import.h +++ b/src/mesa/tnl/t_array_import.h @@ -29,7 +29,7 @@ #include "mtypes.h" #include "t_context.h" -extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count ); +extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLint end ); extern void _tnl_array_import_init( GLcontext *ctx ); -- cgit v1.2.3