Sakura ghost piece fix

pull/16/head
Ishaan Bhardwaj 2021-01-27 18:28:12 -05:00
parent 1acd0ec65a
commit 0f3883e18d
1 changed files with 5 additions and 5 deletions

View File

@ -468,10 +468,10 @@ function SakuraGame:drawGrid()
self.grid:drawCustom(colourColor, self)
else
self.grid:draw()
-- if self.piece ~= nil and self.level < 100 then
self:drawGhostPiece(ruleset)
-- end
end
end
if self.piece ~= nil and self.level < 100 then
self:drawGhostPiece()
end
end
function SakuraGame:drawScoringInfo()