Fix
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user