Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ncr

Pages: [1]
1
Support / Re: A bug in TileMapImporter
« on: November 24, 2013, 12:24:04 pm »
Thanks for a quick reply!

2
Support / A bug in TileMapImporter
« on: November 24, 2013, 10:02:09 am »
Hello,

In 2.3.0, there's a bug TileMapImporter at line 187:

int offset = (staggered && ((y % 2) == 0)) ? 0 : 1;

For non-staggered maps, the offset is always 1, resulting in a tile map being rendered off by one tile length, and also crashing when the resolution of the tile map is divisible by the chunk size (eg. 256).

Best,

Jacek

Pages: [1]