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

Error at TiledObjectGroup.hx #63

Closed smoketh closed 10 years ago

smoketh commented 10 years ago

line 84: objects.push(xml); should be objects.push(child); or else you just parse same xml of TiledObjectGroup

atomicptr commented 10 years ago

https://github.com/kasoki/openfl-tiled/blob/dev/openfl/tiled/TiledObjectGroup.hx#L84 ? Looks like object.push(child) for me

smoketh commented 10 years ago

Awkward. I did the pull from the haxelib, what was the last time since you pushed updates?

atomicptr commented 10 years ago

Yes, you need to use the dev branch (try "haxelib git repo")