This commit is contained in:
StageGuard
2020-08-01 16:55:03 +08:00
parent d52287bf64
commit 7086599d3d
2 changed files with 2 additions and 2 deletions

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 = j.songNotes.length; this.noteCount = this.notes;
}, },
toSource: function(obj) { toSource: function(obj) {

View File

@@ -1,4 +1,4 @@
版本: 9 版本: 10
更新时间: 2020.08.01 16:25 更新时间: 2020.08.01 16:25
更新内容: 更新内容:
* 更改:乐谱解析工作移至弹奏控制界面 * 更改:乐谱解析工作移至弹奏控制界面