From b55dc47aaed32f7f44cd2ded9836302d791875d6 Mon Sep 17 00:00:00 2001 From: Cyprinus Carpio Date: Mon, 1 Jul 2024 16:51:22 +0200 Subject: [PATCH] Documentation: remove implication of concave 3 sided polygons existence (#1000) --- FL/fl_draw.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/fl_draw.H b/FL/fl_draw.H index a80143bb1..6e0c28312 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -411,7 +411,7 @@ inline void fl_loop(int x, int y, int x1, int y1, int x2, int y2, int x3, int y3 // filled polygons /** - Fill a 3-sided polygon. The polygon must be convex. + Fill a 3-sided polygon. */ inline void fl_polygon(int x, int y, int x1, int y1, int x2, int y2) { fl_graphics_driver->polygon(x, y, x1, y1, x2, y2);