1 parent b573d0f commit dccbe4dCopy full SHA for dccbe4d
1 file changed
src/hagl_polygon.c
@@ -115,7 +115,6 @@ hagl_fill_polygon(void const *_surface, int16_t amount, int16_t *vertices, hagl_
115
nodes[count] = (int16_t)(x0 + (y - y0) / (y1 - y0) * (x1 - x0));
116
count++;
117
} else if (y == y0 && y == y1) {
118
- /* Draw horizontal lines */
119
hagl_draw_hline_xyx(surface, x0, y0, x1, color);
120
}
121
j = i;
0 commit comments