修复开启3d方块时消行特效也会有两个叠在一起

This commit is contained in:
MrZ626
2021-06-20 22:25:43 +08:00
parent 18ff09befa
commit 198b18ec89

View File

@@ -142,8 +142,6 @@ local function drawField(P)
while j==P.clearingRow[h]do
h=h+1
gc_translate(0,-stepY)
gc_setColor(1,1,1,alpha)
gc_rectangle('fill',0,30-30*j,300,stepY)
end
drawRow(j,V[j],F[j])
end