离开录像菜单时会清空mod选择状态

This commit is contained in:
MrZ_26
2023-09-19 01:58:30 +08:00
parent 009858e2f8
commit dd8a810591

View File

@@ -73,6 +73,10 @@ function scene.enter()
listBox:setList(REPLAY)
_updateButtonVisibility()
end
function scene.leave()
for i=1,#MODOPT do MODOPT[i].sel=0 end
TABLE.cut(GAME.mod)
end
function scene.keyDown(key)
if key=='return' or key=='kpenter' then