Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Last tile in Tiled map CSV layer is always 0 #799

Open
adtennant opened this issue May 16, 2024 · 1 comment
Open

Last tile in Tiled map CSV layer is always 0 #799

adtennant opened this issue May 16, 2024 · 1 comment

Comments

@adtennant
Copy link
Contributor

The last tile in a Tiled map CSV layer will always be 0. I think this is because the reader reads until the next , before parsing the tile GID, as the last value isn't followed by a , it is never read.

@stallratte
Copy link
Contributor

I added a fix: #800

Sorry for the inconvenience, I sadly added this bug with my last PR #797

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants