diff options
Diffstat (limited to 'src/mesa/tnl/t_rebase.h')
-rw-r--r-- | src/mesa/tnl/t_rebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_rebase.h b/src/mesa/tnl/t_rebase.h index ce2e8b0590e..d0aa9e18905 100644 --- a/src/mesa/tnl/t_rebase.h +++ b/src/mesa/tnl/t_rebase.h @@ -28,7 +28,7 @@ #include "tnl.h" void t_rebase_prims( struct gl_context *ctx, - const struct gl_vertex_array *arrays, + const struct tnl_vertex_array *arrays, const struct _mesa_prim *prim, GLuint nr_prims, const struct _mesa_index_buffer *ib, |