summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_stipple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_stipple.c')
-rw-r--r--src/mesa/pipe/draw/draw_stipple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_stipple.c b/src/mesa/pipe/draw/draw_stipple.c
index 9029101916..fb8b56e84c 100644
--- a/src/mesa/pipe/draw/draw_stipple.c
+++ b/src/mesa/pipe/draw/draw_stipple.c
@@ -223,7 +223,7 @@ struct draw_stage *draw_stipple_stage( struct draw_context *draw )
{
struct stipple_stage *stipple = CALLOC_STRUCT(stipple_stage);
- draw_alloc_tmps( &stipple->stage, 2 );
+ draw_alloc_temp_verts( &stipple->stage, 2 );
stipple->stage.draw = draw;
stipple->stage.next = NULL;