Fix rounded join bug.
This commit is contained in:
parent
f42b703832
commit
52bd58fa45
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ proc strokeShapes(
|
|||
return @[a + pos, b + pos, pos, a + pos]
|
||||
|
||||
of ljRound:
|
||||
return makeCircle(prevPos)
|
||||
return makeCircle(pos)
|
||||
|
||||
for shape in shapes:
|
||||
var shapeStroke: seq[seq[Vec2]]
|
||||
|
|
Loading…
Reference in a new issue