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
|
for i in 0 ..< hits.len: # For gc:arc
|
||||||
let (at, winding) = hits[i]
|
let (at, winding) = hits[i]
|
||||||
if at > test.x:
|
if at > test.x:
|
||||||
result = shouldFill(windingRule, count)
|
return shouldFill(windingRule, count)
|
||||||
break
|
|
||||||
count += winding
|
count += winding
|
||||||
|
|
||||||
proc fillOverlaps*(
|
proc fillOverlaps*(
|
||||||
|
|
Loading…
Reference in a new issue