summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poly2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/poly2.c b/poly2.c
index cc8e41c..2b426ba 100644
--- a/poly2.c
+++ b/poly2.c
@@ -323,6 +323,7 @@ get_points (const seg_t *seg, const point_t **top, const point_t **bottom)
if (top)
*top = t;
+
if (bottom)
*bottom = b;
}