Forgot to set guideline SRS to always rotate

pull/16/head
Ishaan Bhardwaj 2021-02-17 14:52:05 -05:00
parent 44e4d00172
commit d350b25726
1 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,6 @@ function SRS:onPieceRotate(piece, grid)
end
end
function SRS:canPieceRotate() end
function SRS:canPieceRotate() return true end
return SRS