Hey,
I have been trying to load a tile set. When i build and debug, the app crashes, and i am sent to this line of code: rect.origin.x = (gid % max_x) * (tileSize_.width + spacing_) + margin_;
Does anyone have any idea what this is? I originally had a tilemap on there, but then i switched it with another one and this error came up.
Thanks