Bug #322
Adding the same tile to a map more than once throws an exception
Start date:
12/19/2023
Due date:
% Done:
100%
Estimated time:
Description
The Map Editor just goes blank if I choose the same tile more than once.
1. It should not die, even if something is not supported.
2. We should be able to have the "same" tile more than once in a map
Updated by Administrator Administrator almost 2 years ago
- Assignee changed from Jay Gischer to Frank Fernandez
I don't even know if this still breaks, but I'm reassigning to Frank to check it out.
Updated by Frank Fernandez over 1 year ago
- Status changed from New to Resolved
- Assignee changed from Frank Fernandez to Jay Gischer
- % Done changed from 0 to 100
The tile loader/preloader wasn't checking to see if the image being added to the cache was already there or not, should be fixed now. Weird that Pixi considers that grounds for throwing an error instead of just not performing a redundant operation, though.