fix fix (but true fix)
This commit is contained in:
parent
2c22e9e26a
commit
42cf9cfec8
|
@ -2,7 +2,7 @@ function GameworldDrawPrepare()
|
||||||
if game_resize then
|
if game_resize then
|
||||||
Camera.height = game.height
|
Camera.height = game.height
|
||||||
Camera.width = game.width
|
Camera.width = game.width
|
||||||
Canvas.Darkness.Recreate()
|
Canvas.Darkness:Recreate()
|
||||||
end
|
end
|
||||||
pcr, pcg, pcb, pca = love.graphics.getColor()
|
pcr, pcg, pcb, pca = love.graphics.getColor()
|
||||||
love.graphics.setScale(game.scale,game.scale)
|
love.graphics.setScale(game.scale,game.scale)
|
||||||
|
|
Loading…
Reference in New Issue