mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-01 06:10:02 +01:00
Update TileImageLoader.cs
This commit is contained in:
parent
ab69894f13
commit
262ccc268e
|
|
@ -85,7 +85,7 @@ namespace MapControl
|
|||
{
|
||||
Interlocked.Increment(ref taskCount);
|
||||
|
||||
Task.Run(() => LoadTilesFromQueueAsync());
|
||||
Task.Run(LoadTilesFromQueueAsync);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue