/ background scaling

This commit is contained in:
FajsiEx 2021-11-26 20:50:08 +01:00
parent 00110b76a4
commit 9befa85d55
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ end
local draw = function (deltaTime)
gfx.Save()
resetLayoutInformation()
gfx.Scale(scale, scale)
-- resetLayoutInformation()
-- gfx.Scale(scale, scale)
drawBackground();