diff options
Diffstat (limited to 'src/mesa/tnl/t_array_import.h')
-rw-r--r-- | src/mesa/tnl/t_array_import.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |