Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed possible duplication of Automapping Rules Tileset
* Since path normalization was changing "://automap-tiles.tsx" to ":/automap-tiles.tsx", copy/pasting tiles in a rule map could lead to duplication of this tileset. Fixed by adding the tileset using the normalized path. * The action to add the Automapping Rules Tileset would always add another copy of the tileset, regardless of whether it was already present. This was a bug caused by using Tiled::readTileset instead of TilesetManager::loadTileset. Closes #3462
- Loading branch information