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