diff options
| author | Cyprinus Carpio <cregams@gmail.com> | 2024-07-01 16:51:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 16:51:22 +0200 |
| commit | b55dc47aaed32f7f44cd2ded9836302d791875d6 (patch) | |
| tree | 2eeedea395316c1dc7fbcc3c7ad40ed49e5897c6 | |
| parent | d411d390920c7d5767e3f754696002c9d38b091c (diff) | |
Documentation: remove implication of concave 3 sided polygons existence (#1000)
| -rw-r--r-- | FL/fl_draw.H | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
