Results 1 comments of Dan Lin

I think I ran into this, here is a very simplified use case with two sprites: ```haxe package; import flixel.FlxG; import flixel.FlxSprite; import flixel.FlxState; class PlayState extends FlxState { var...