修复ultra进去就蓝屏(之前bgm模块更新忘了改对应用法)

This commit is contained in:
MrZ_26
2022-11-04 00:07:25 +08:00
parent c462c28640
commit 94aa84e380

View File

@@ -18,7 +18,7 @@ return {
GC.mStr(T,63,268) GC.mStr(T,63,268)
end, end,
task=function(P) task=function(P)
BGM.seek(0) BGM.set('all','seek',0)
P.modeData.section=1 P.modeData.section=1
while true do while true do
coroutine.yield() coroutine.yield()