aboutsummaryrefslogtreecommitdiff
path: root/generic/Rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Rectangle.c')
-rw-r--r--generic/Rectangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/Rectangle.c b/generic/Rectangle.c
index 536303a..0b09e72 100644
--- a/generic/Rectangle.c
+++ b/generic/Rectangle.c
@@ -869,6 +869,7 @@ GetClipVertices(Item item,
ZnListAssertSize(item->wi->work_pts, 2);
points = (ZnPoint *) ZnListArray(item->wi->work_pts);
TRI_STRIP1(tristrip, points, 2);
+ tristrip->fan = False;
if (rect->dev[0].x < rect->dev[2].x) {
points[0].x = rect->dev[0].x;