xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

Fix a typo in Object.destroy() s/splice/slice. #299

Open bradwerth opened 5 years ago

bradwerth commented 5 years ago

tempChildList will now be a copy of this._childList, as intended.