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

static void static void
stipple_destroy( struct draw_stage *stage ) stipple_destroy( struct draw_stage *stage )
{ {
draw_free_tmps( stage );
draw_free_temp_verts( stage );
FREE( stage ); FREE( stage );
} }



Loading…
Cancel
Save