fix fix (but true fix)

This commit is contained in:
lustlion 2022-02-26 02:26:12 +01:00
parent 2c22e9e26a
commit 42cf9cfec8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function GameworldDrawPrepare()
if game_resize then
Camera.height = game.height
Camera.width = game.width
Canvas.Darkness.Recreate()
Canvas.Darkness:Recreate()
end
pcr, pcg, pcb, pca = love.graphics.getColor()
love.graphics.setScale(game.scale,game.scale)