修复自定义页面编辑场地消行按钮用不了

This commit is contained in:
MrZ_26
2023-08-02 10:23:20 +08:00
parent 43037f8043
commit aeddee2f03

View File

@@ -195,7 +195,7 @@ function scene.keyDown(key)
local F=FIELD[page]
local cleared=false
for i=#F,1,-1 do
local full
local full=true
for j=1,10 do
if F[i][j]<=0 then full=false break end-- goto CONTINUE_notFull
end