Revert "Fixed a bug where pieces would check gravity before a block out"
This reverts commit d18c3e298d
.
pull/24/head
parent
d18c3e298d
commit
3c718c38e4
|
@ -257,6 +257,7 @@ function Ruleset:initializePiece(
|
||||||
playSE("irs")
|
playSE("irs")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
self:dropPiece(inputs, piece, grid, gravity, drop_speed, drop_locked, hard_drop_locked)
|
||||||
return piece
|
return piece
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue