Documentation: remove implication of concave 3 sided polygons existence (#1000)

This commit is contained in:
Cyprinus Carpio 2024-07-01 16:51:22 +02:00 committed by GitHub
parent d411d39092
commit b55dc47aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);