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
- Moved ControlManager code to MasterController
- Made Controller interface an abstract class for storing ID's and
extended Thread
- Tried to join() MasterControl with currentThread from Driver -- no
success
From @mccallum-sgd on December 6, 2017 21:38
It seems you can't have multiple animations on the same node. You get a ClassCastException because there's conflicts in
Animation
's tracking system.I'll look into this.
Copied from original issue: MasterKazurel#8
The text was updated successfully, but these errors were encountered: