Closed Josh1billion closed 9 years ago
Oops, didn't mean for my second commit to get added to this pull request, just the bug fix part.
Yes, one of the more annoying GitHub features. I'll merge this and give it a try tonight. Thanks very much for the contribution.
Very cool, glad I could help out. I really appreciate the work you put into this project, as it has made my life much easier.
Previously, the code was passing each tag (of which there
is, at most, one) to the TmxAnimationFrame constructor. Now, it will
pass the tags to that constructor. This fixes a bug where a
null reference exception was thrown whenever loading a .TMX file which
uses animations.