You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
newFlxAnimate(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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: