need to call bind_arrays() in vbo_exec_DrawRangeElements.

This commit is contained in:
Roland Scheidegger
2006-11-03 12:33:29 +00:00
parent 25b2e50229
commit c3da1501b8

View File

@@ -290,7 +290,9 @@ vbo_exec_DrawRangeElements(GLenum mode,
if (ctx->NewState)
_mesa_update_state( ctx );
bind_arrays( ctx );
ib.count = count;
ib.type = type;
ib.obj = ctx->Array.ElementArrayBufferObj;