softpipe: fix draw return value

This commit is contained in:
Keith Whitwell
2010-01-06 18:05:08 +00:00
parent 60f5608bd7
commit 8e559e05a8

View File

@@ -124,7 +124,7 @@ softpipe_draw_range_elements(struct pipe_context *pipe,
unsigned i;
if (!softpipe_check_render_cond(sp))
return TRUE;
return;
sp->reduced_api_prim = u_reduced_prim(mode);