修正堆积模式数洞函数变量名错误

This commit is contained in:
MrZ626
2021-08-15 00:25:07 +08:00
parent 4cf1f4ba15
commit e938621996
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ local function getHoleCount(P)
for x=1,10 do
for y=1,98 do
if not P:solid(x,y)then
holes=holes+1
hole=hole+1
end
end
end

View File

@@ -3,7 +3,7 @@ local function getHoleCount(P)
for x=1,10 do
for y=1,20 do
if not P:solid(x,y)then
holes=holes+1
hole=hole+1
end
end
end

View File

@@ -3,7 +3,7 @@ local function getHoleCount(P)
for x=1,10 do
for y=1,39 do
if not P:solid(x,y)then
holes=holes+1
hole=hole+1
end
end
end