mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:19:02 -06:00
Fixed Tetra-X crashing
This commit is contained in:
parent
23386f3f1c
commit
bc4179ef81
@ -99,7 +99,7 @@ end
|
||||
function Tetra:onPieceCreate(piece) piece.lowest_y = -math.huge end
|
||||
function Tetra:onPieceDrop(piece) self:checkNewLow(piece) end
|
||||
function Tetra:onPieceMove() end
|
||||
function Tetra:onPieceRotate() self:checkNewLow(piece) end
|
||||
function Tetra:onPieceRotate(piece) self:checkNewLow(piece) end
|
||||
function Tetra:canPieceRotate() return true end
|
||||
function Tetra:get180RotationValue() return 2 end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user