Skip to content

Commit

Permalink
fix getTieEndX
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Oct 30, 2021
1 parent 22190f9 commit fa126cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class Stave extends Element {
}

getTieEndX(): number {
return this.x + this.width;
return this.end_x;
}

getX(): number {
Expand Down

0 comments on commit fa126cb

Please sign in to comment.