You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: