/ l2d on results not being scaled properly

This commit is contained in:
FajsiEx 2021-07-28 15:19:07 +02:00
parent 4a29babeb6
commit d4f7bf3d79
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ local drawIdol = function (deltaTime)
idolAnimTransitionScale = 1;
end
gfx.ImageRect(0, 0, resx, resy, idolAnimation, 1, 0);
gfx.ImageRect(0, 0, desw, desh, idolAnimation, 1, 0);
gfx.GlobalAlpha(1);
end
end