From 5a8b573bb73b471f584be648cd6c3920e36bcc9d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 29 Oct 2021 01:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3SFX=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=87=87=E6=A0=B7=E4=BD=8E=E4=BA=86=E4=B8=A4=E4=B8=AA=E5=8D=8A?= =?UTF-8?q?=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/sfx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/sfx.lua b/Zframework/sfx.lua index a277ea5c..4c1bf21e 100644 --- a/Zframework/sfx.lua +++ b/Zframework/sfx.lua @@ -56,7 +56,7 @@ function SFX.loadSample(pack) assert(pack.name,"No field: name") assert(pack.path,"No field: path") packSetting[pack.name]={ - base=(_getTuneHeight(pack.base)or 37)+1, + base=(_getTuneHeight(pack.base)or 37)-1, } local num=1 while love.filesystem.getInfo(pack.path..'/'..num..'.ogg')do