draw: fix typo checking for unfilled polygons
This commit is contained in:
@@ -123,7 +123,7 @@ draw_need_pipeline(const struct draw_context *draw,
|
|||||||
|
|
||||||
/* unfilled polygons */
|
/* unfilled polygons */
|
||||||
if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
|
if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
|
||||||
rasterizer->fill_front != PIPE_POLYGON_MODE_FILL)
|
rasterizer->fill_back != PIPE_POLYGON_MODE_FILL)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* polygon offset */
|
/* polygon offset */
|
||||||
|
Reference in New Issue
Block a user