flxanimate
flxanimate copied to clipboard
[BUG]: Specifying 'null' for the Path of FlxAnimate can cause a hard crash
Describe the bug
If you specify null for the path of an FlxAnimate but include Settings, (this can happen if you calculate the path wrong for example), this results in the application throwing a stack overflow exception and hard crashing.
Explain how to recreate the bug Do something like:
new FlxAnimate(x, y, null, settings);
What should happen? Setting the settings should be gracefully skipped, rather than crashing the app.
Adobe Animate Version Adobe Animate version 2023.0.1
Additional context