Skip to content

Commit

Permalink
Fix open no join paths (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident authored Jan 12, 2025
1 parent 6a58f13 commit 46013cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ internal class PathDrawer(batchManager: BatchManager, private val lineDrawer: Li
}
if (!open) {
lineDrawer.line(
path[path.size - 2],
path[path.size - 1],
path[size - 2],
path[size - 1],
path[0],
path[1],
thickness,
Expand Down

0 comments on commit 46013cc

Please sign in to comment.