vbo: missing line from previous commit
authorKeith Whitwell <keithw@vmware.com>
Tue, 3 Mar 2009 10:55:25 +0000 (10:55 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 3 Mar 2009 10:55:25 +0000 (10:55 +0000)
src/mesa/vbo/vbo_exec_api.c

index 4c8d0c25a49bcca4de03af203240b8b06a8c7bc1..1ba39c8aa20b8c087e539b833c4fe43083e84da0 100644 (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 )