Compare commits

..

No commits in common. "d0fdaf30abde4ffdd1723426e079b7a20f7bca3f" and "7c3cf0b1bd0368a1994d38a432b981c45435beb4" have entirely different histories.

View File

@ -93,8 +93,6 @@ function SRS:onPieceMove(piece, grid)
if piece.manipulations >= SRS.MANIPULATIONS_MAX then if piece.manipulations >= SRS.MANIPULATIONS_MAX then
piece.locked = true piece.locked = true
end end
else
piece.locked = false
end end
end end