Browse Source

a call was missed during the last rename

tags/mesa_20090313
Zack Rusin 17 years ago
parent
commit
13d9e616f6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/pipe/draw/draw_stipple.c

+ 1
- 1
src/mesa/pipe/draw/draw_stipple.c View File

@@ -212,7 +212,7 @@ passthrough_tri(struct draw_stage *stage, struct prim_header *header)
static void
stipple_destroy( struct draw_stage *stage )
{
draw_free_tmps( stage );
draw_free_temp_verts( stage );
FREE( stage );
}


Loading…
Cancel
Save