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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
CAAT seems to require that actors are rendered (setVisible / setFrameTime) well beyond the end of the last behavior.
If you call setVisible(false) directly at or shortly after the end of an animation, CAAT will get into an inconsistent state:
causes the problem, while
seems to work fine. (Same result when using a timer and setVisible(false))