just return
This commit is contained in:
parent
a39f3296c7
commit
805d9d0789
1 changed files with 1 additions and 2 deletions
|
@ -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*(
|
||||
|
|
Loading…
Reference in a new issue