Fix I's ghost piece in ACE modes
This commit is contained in:
@@ -97,7 +97,7 @@ end
|
||||
|
||||
function Piece:dropToBottom(grid)
|
||||
local piece_y = self.position.y
|
||||
self:dropSquares(20, grid)
|
||||
self:dropSquares(24, grid)
|
||||
self.gravity = 0
|
||||
if self.position.y > piece_y then
|
||||
-- if it got dropped any, also reset lock delay
|
||||
|
||||
Reference in New Issue
Block a user