mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-12 05:18:18 +02:00
vbo: Make #if 0'd debugging code compile.
This commit is contained in:
parent
8ee909ee42
commit
27d20ee264
1 changed files with 1 additions and 1 deletions
|
|
@ -899,7 +899,7 @@ vbo_exec_DrawRangeElementsBaseVertex(GLenum mode,
|
|||
index_bounds_valid = GL_FALSE;
|
||||
|
||||
#if 0
|
||||
check_draw_elements_data(ctx, count, type, indices);
|
||||
check_draw_elements_data(ctx, count, type, indices, basevertex);
|
||||
#else
|
||||
(void) check_draw_elements_data;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue