fix breakage from prev commit

This commit is contained in:
Brian
2007-08-30 16:04:10 -06:00
parent 8f1a0decad
commit c9e133eab4
+1 -1
View File
@@ -133,7 +133,7 @@ struct draw_stage *draw_flatshade_stage( struct draw_context *draw )
{
struct draw_stage *flatshade = CALLOC_STRUCT(draw_stage);
draw_alloc_tmps( &flatshade->stage, 2 );
draw_alloc_tmps( flatshade, 2 );
flatshade->draw = draw;
flatshade->next = NULL;