From 66791d3e887b44e01d96848d90d39a506a2bc560 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sat, 1 Aug 2020 16:58:06 +0800 Subject: [PATCH] Fix --- source/SkyAutoplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index dc40afe..2e3a101 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 = this.notes; + this.noteCount = this.notes.length; }, toSource: function(obj) {