vbo: missing line from previous commit

This commit is contained in:
Keith Whitwell 2009-03-03 10:55:25 +00:00
parent 2e29b7d0f8
commit 2785af803f

View file

@ -749,7 +749,7 @@ void vbo_exec_BeginVertices( GLcontext *ctx )
{
struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
if (0) _mesa_printf("%s\n", __FUNCTION__);
// vbo_exec_vtx_map( exec );
vbo_exec_vtx_map( exec );
}
void vbo_exec_FlushVertices_internal( GLcontext *ctx, GLboolean unmap )