gamelab / kiwi.js

Kiwi.js is a blazingly fast mobile & desktop browser based HTML5 game framework. It uses CocoonJS for publishing to the AppStore.
www.kiwijs.org
MIT License
1.4k stars 195 forks source link

Group.clear() doesn't de-parent members #263

Closed BenjaminDRichards closed 8 years ago

BenjaminDRichards commented 8 years ago

It just clears the membership array. It may be worth properly de-parenting objects to avoid confusion in other parts of the pipeline.

BenjaminDRichards commented 8 years ago

clear() now makes a default call to removeChildren(), which can do the job properly.