f
This commit is contained in:
parent
bec700d6b9
commit
9a9f8d114f
1 changed files with 2 additions and 4 deletions
|
@ -1180,13 +1180,11 @@ proc partitionSegments(
|
||||||
|
|
||||||
for partition in result.mitems:
|
for partition in result.mitems:
|
||||||
partition.requiresAntiAliasing = requiresAntiAliasing(partition.entries)
|
partition.requiresAntiAliasing = requiresAntiAliasing(partition.entries)
|
||||||
|
|
||||||
let
|
|
||||||
top = partition.top.float32
|
|
||||||
bottom = partition.bottom.float32
|
|
||||||
if partition.entries.len == 2:
|
if partition.entries.len == 2:
|
||||||
# Clip the entries to the parition bounds
|
# Clip the entries to the parition bounds
|
||||||
let
|
let
|
||||||
|
top = partition.top.float32
|
||||||
|
bottom = partition.bottom.float32
|
||||||
topLine = line(vec2(0, top), vec2(1000, top))
|
topLine = line(vec2(0, top), vec2(1000, top))
|
||||||
bottomLine = line(vec2(0, bottom), vec2(1000, bottom))
|
bottomLine = line(vec2(0, bottom), vec2(1000, bottom))
|
||||||
for entry in partition.entries.mitems:
|
for entry in partition.entries.mitems:
|
||||||
|
|
Loading…
Reference in a new issue