gree / lwf

LWF - Lightweight SWF
http://gree.github.com/lwf/
zlib License
627 stars 167 forks source link

FIX: incorrect nested LWF rendering order #97

Closed arbieo closed 10 years ago

arbieo commented 10 years ago

Nested LWFs were rendering in incorrect order because Render() was returning an incorrect number of children rendered.

Example: Parent render count 100, Parent render index 3, Child render count 10, should return 0-10, would return 87-97. This would disrupt all render indexes.

splhack commented 10 years ago

Good catch! thanks