Closed GoogleCodeExporter closed 9 years ago
Turns out it is the counter that's the issue !
Something about propagating the modified state too early maybe.
Original comment by HuguesLe...@gmail.com
on 1 Feb 2014 at 10:19
Everytime you assign one of the member of a sorted array, and one of the parent
of that array had an OnSet callback, the array was reordered which made the
indices invalid. Assigning by memory order which are not affected by sort
should avoid the issue.
Original comment by HuguesLe...@gmail.com
on 2 Feb 2014 at 11:44
fixed in r1525
Original comment by HuguesLe...@gmail.com
on 27 Jun 2014 at 7:33
Original issue reported on code.google.com by
zila...@gmail.com
on 1 Feb 2014 at 2:41