pull/2796/head
novadawn999 2023-06-04 16:45:23 -05:00
parent e21fc018b4
commit 14a4dfcd96
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function drawBase() {
}
function drawChord(chord) {
g.drawString(chord[0], g.getWidth() * 0.5 - 3, 18);
g.drawString(chord[0], g.getWidth() * 0.5 - (chord[0].length * 5), 16);
for (let i = 0; i < chord.length; i++) {
if (i === 0 || chord[i][0] === "x") {
continue;