Skip to content

Commit

Permalink
Merge branch 'flame-engine#71-exporter'
Browse files Browse the repository at this point in the history
  • Loading branch information
benni-tec committed Nov 7, 2023
2 parents 033d2df + 49eafe1 commit 8aa1db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tiled/lib/src/tileset/tileset.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ class Tileset with Exportable {
if (tile.localId >= tiles.length) {
tiles.add(tile);
} else {
final generated = tiles[tile.localId];
if (tile.imageRect == null) tile.imageRect = generated.imageRect;
tiles[tile.localId] = tile;
}
}
Expand Down

0 comments on commit 8aa1db5

Please sign in to comment.