draw: fix typo checking for unfilled polygons

This commit is contained in:
Keith Whitwell
2010-05-14 23:46:43 +01:00
parent 4ff1274e23
commit 7813d12e05

View File

@@ -123,7 +123,7 @@ draw_need_pipeline(const struct draw_context *draw,
/* unfilled polygons */
if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
rasterizer->fill_front != PIPE_POLYGON_MODE_FILL)
rasterizer->fill_back != PIPE_POLYGON_MODE_FILL)
return TRUE;
/* polygon offset */