just return

This commit is contained in:
Ryan Oldenburg 2021-07-18 13:36:06 -05:00
parent a39f3296c7
commit 805d9d0789

View file

@ -1919,8 +1919,7 @@ proc overlaps(
for i in 0 ..< hits.len: # For gc:arc
let (at, winding) = hits[i]
if at > test.x:
result = shouldFill(windingRule, count)
break
return shouldFill(windingRule, count)
count += winding
proc fillOverlaps*(