Update Tile class

This commit is contained in:
ClemensFischer 2022-11-19 18:00:26 +01:00
parent caf6a9c8a4
commit 5c17a1c36f
4 changed files with 26 additions and 42 deletions

View file

@ -239,7 +239,7 @@ namespace MapControl
if (equivalentTile != null)
{
tile.SetImageSource(equivalentTile);
tile.SetImageSource(equivalentTile.Image.Source, false);
}
}