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 build object list #199

Closed bradwerth closed 7 years ago

bradwerth commented 7 years ago

This function loops infinitely if there are array elements to deallocate. The patch ensures that the loop terminates, and sets a new length for the array.

xeolabs commented 7 years ago

Thanks @bradwerth !