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
a7e4f50256
commit
d1abb1dd8e
|
|
@ -63,7 +63,7 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public static int MaxLoadTasks { get; set; } = 4;
|
||||
|
||||
private readonly Queue<Tile> tileQueue = new Queue<Tile>();
|
||||
private readonly Queue<Tile> tileQueue = new();
|
||||
private int tileCount;
|
||||
private int taskCount;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue