atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

Iterations are broken #68

Open atomicptr opened 9 years ago

atomicptr commented 9 years ago

See #66 for details

T1mL3arn commented 9 years ago

The bug appears when the cycle is interrupted before the iterator reaches the end of the list and sets the internal pointer to the beginning. So it is need to manually reset the iterator before return/break or just to use haxe iterators.