Fixed O failing to rotate in CRS
This commit is contained in:
@@ -375,7 +375,10 @@ end
|
||||
|
||||
function CRS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
||||
|
||||
if piece.shape == "O" then return end
|
||||
if piece.shape == "O" then
|
||||
self:onPieceRotate(piece, grid)
|
||||
return
|
||||
end
|
||||
|
||||
local kicks = CRS.wallkicks[piece.shape][piece:isDropBlocked(grid)][piece.rotation][new_piece.rotation]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user