修正堆积模式数洞函数变量名错误
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user