alexvoz / as3isolib

Automatically exported from code.google.com/p/as3isolib
0 stars 0 forks source link

addChildAt adds dublicate children to displayListChildrenArray #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in file IsoContainer
at function addChildAt 
//put the following "if" before pushing a child to displayListChildrenArray
if ( displayListChildrenArray.indexOf( child ) < 0 )
  displayListChildrenArray.push(child);

Original issue reported on code.google.com by iov...@gmail.com on 3 Dec 2010 at 5:36