summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-03-03 10:55:25 +0000
committerKeith Whitwell <keithw@vmware.com>2009-03-03 10:55:25 +0000
commit2785af803f7d6d64ff17c10645e5f10499289ed0 (patch)
tree03fe04f00364cd97df8ed15827a2daf16ebf3e94 /src/mesa/vbo/vbo_exec_api.c
parent2e29b7d0f8238f804304b061fb0157cf586db6f9 (diff)
vbo: missing line from previous commit
Diffstat (limited to 'src/mesa/vbo/vbo_exec_api.c')
-rw-r--r--src/mesa/vbo/vbo_exec_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c
index 4c8d0c25a4..1ba39c8aa2 100644
--- a/src/mesa/vbo/vbo_exec_api.c
+++ b/src/mesa/vbo/vbo_exec_api.c
@@ -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 )