summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c
index 5cc2a7521a..83556f10a8 100644
--- a/src/gallium/auxiliary/draw/draw_pipe.c
+++ b/src/gallium/auxiliary/draw/draw_pipe.c
@@ -382,7 +382,7 @@ void draw_pipeline_run_linear( struct draw_context *draw,
prim_info->prim,
(struct vertex_header*)verts,
vert_info->stride,
- vert_info->count);
+ count);
}
draw->pipeline.verts = NULL;