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
Merge pull request #100 from fastjengine/behavior-destroy
Add method calls to destroy behaviors in Scene/SimpleManager, fixes#99
Additions
- BehaviorManager.destroyListenerList for destroying the behaviors of any BehaviorHandler's behavior listener list.
- BehaviorHandler.destroyBehaviorListeners for calling the BehaviorManager's behavior destroying method.
## Bug Fixes
- (#99) Added behavior destroy calls to both SimpleManager and Scene classes' `reset` methods.
0 commit comments