From 7086599d3dfce60cb1bac7bcbf07d0eba3a2063d Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sat, 1 Aug 2020 16:55:03 +0800 Subject: [PATCH] Fix --- source/SkyAutoplayer.js | 2 +- update_log.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index 03f1a48..dc40afe 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -253,7 +253,7 @@ sheetplayer = { this.notes = sheetmgr.parseSongNote(j.songNotes); this.pitch = j.pitchLevel; this.bpm = j.bpm; - this.noteCount = j.songNotes.length; + this.noteCount = this.notes; }, toSource: function(obj) { diff --git a/update_log.txt b/update_log.txt index e518793..c92f498 100644 --- a/update_log.txt +++ b/update_log.txt @@ -1,4 +1,4 @@ -版本: 9 +版本: 10 更新时间: 2020.08.01 16:25 更新内容: * 更改:乐谱解析工作移至弹奏控制界面