slycrel / JSTileMap

TMX Map viewer for SpriteKit
Other
212 stars 34 forks source link

We do not need to subtract the firstGid there, since it is done alrea… #38

Closed rosario closed 9 years ago

rosario commented 9 years ago

We don't need to subtract the firstGid there, since it is done already in textureForGid method. It solves a bug when there are multiple tilesets, and the firstGid is subtracted twice

slycrel commented 9 years ago

Good catch, thanks!