Updated ImageLoader

This commit is contained in:
ClemensFischer 2025-12-26 18:12:15 +01:00
parent 1588171fb4
commit 5d390071c6
4 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ namespace MapControl
}
else
{
image = LoadImage(uri);
image = LoadResourceImage(uri);
}
}
catch (Exception ex)