* plase fix

This commit is contained in:
FajsiEx 2021-10-25 21:13:16 +02:00
parent 4f82c6c5aa
commit 1f877fd53d
1 changed files with 4 additions and 0 deletions

View File

@ -679,10 +679,14 @@ result_set = function()
end end
render = function(deltaTime, showStats) render = function(deltaTime, showStats)
gfx.BeginPath();
gfx.Save(); gfx.Save();
resetLayoutInformation() resetLayoutInformation()
gfx.ResetTransform(); gfx.ResetTransform();
gfx.ResetScissor(); gfx.ResetScissor();
gfx.BeginPath();
gfx.BeginPath() gfx.BeginPath()
gfx.Scale(scale, scale) gfx.Scale(scale, scale)