HaxeFlixel / flixel-addons

Additional classes for HaxeFlixel
170 stars 136 forks source link

FlxTypedText still rendered off screen #393

Open moxie-coder opened 1 year ago

moxie-coder commented 1 year ago

FlxTypedText seems to still render text that is off screen and this has caused severe lag issues when using a very long string. I’ve experienced this happening before, and it shouldn’t render text that is not possible to see.

Based on #391