draw TunnelObjects lying outside normal range (0-60)

still needs to be done for the Holds Viewport
This commit is contained in:
msk
2023-09-17 00:12:09 -07:00
parent 02aa6f3e8b
commit b61d01d1da
4 changed files with 71 additions and 36 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ namespace WacK.Data.Chart
}
if (chordableNotes.Count >= 2)
{
GD.Print($"Found chord: {string.Join(", ", chordableNotes)}");
// GD.Print($"Found chord: {string.Join(", ", chordableNotes)}");
// TODO: draw chord indicators "Chordify"
}
}