apple: 'more correct' polygons weren't correct at all
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-25 18:47:58 -07:00
commit bcb108ae5f

View file

@ -245,11 +245,7 @@ static void recursive_dispatch_key_released(MwLL handle, int* k) {
[nscolor setFill];
for(i = 0; i < points_count; i++) {
NSPoint p = NSMakePoint(points[i].x, [self->view frame].size.height - points[i].y);
if((i % 3) == 0) {
if(i != 0) {
[path lineToPoint:p];
[path fill];
}
if(i == 0) {
[path moveToPoint:p];
} else {
[path lineToPoint:p];