fix fix (but true fix)
This commit is contained in:
parent
2c22e9e26a
commit
42cf9cfec8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue