openfl-tiled icon indicating copy to clipboard operation
openfl-tiled copied to clipboard

Iterations are broken

Open atomicptr opened this issue 10 years ago • 1 comments

See #66 for details

atomicptr avatar Jan 13 '15 20:01 atomicptr

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.

T1mL3arn avatar Jan 27 '15 14:01 T1mL3arn