Closed natebot13 closed 2 years ago
Empty entries in a tile's terrain list are supported by Tiled. A tile with terrain crashes on trying to parse an empty string to an int. Swapping to tryParse and a nullable int list fixes the crash.
Empty entries in a tile's terrain list are supported by Tiled. A tile with terrain crashes on trying to parse an empty string to an int. Swapping to tryParse and a nullable int list fixes the crash.