1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-26 15:07:14 +00:00

stop being on the kickstarter crack me

This commit is contained in:
Til Tjardes 2024-09-16 20:44:29 -06:00
parent b7c3f5ac9f
commit e6525d0129

View file

@ -342,7 +342,7 @@ class CharacterDataParser
// so, haxe.ui.backend.AssetsImpl uses the parent width and height, which makes the image go crazy when rendered
// so this is a work around so that it uses the actual width and height
var imageGraphic = flixel.graphics.FlxGraphic.fromFrame(idleFrame, false, null, false);
var imageGraphic = flixel.graphics.FlxGraphic.fromFrame(idleFrame);
var imageFrame = flixel.graphics.frames.FlxImageFrame.fromImage(imageGraphic);
frame = imageFrame.frame;