Fixed drawing frame on non-standard grids

pull/14/head
Ishaan Bhardwaj 2021-01-11 22:40:48 -05:00
parent cb70967b82
commit 668f061077
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function GameScene:render()
16 * self.game.grid.width, 16 * (self.game.grid.height - 4)
)
if self.game.grid.width ~= 10 and self.game.grid.height ~= 24 then
if self.game.grid.width ~= 10 or self.game.grid.height ~= 24 then
love.graphics.setColor(174/255, 83/255, 76/255, 1)
love.graphics.setLineWidth(8)
love.graphics.line(