This commit is contained in:
StageGuard
2020-08-01 16:58:06 +08:00
parent ba06cb3ac1
commit 66791d3e88

View File

@@ -253,7 +253,7 @@ sheetplayer = {
this.notes = sheetmgr.parseSongNote(j.songNotes); this.notes = sheetmgr.parseSongNote(j.songNotes);
this.pitch = j.pitchLevel; this.pitch = j.pitchLevel;
this.bpm = j.bpm; this.bpm = j.bpm;
this.noteCount = this.notes; this.noteCount = this.notes.length;
}, },
toSource: function(obj) { toSource: function(obj) {