Version 4.1.0

This commit is contained in:
ClemensF 2017-10-07 17:55:03 +02:00
parent 6efad6df0f
commit 9f8ef8acb0

View file

@ -13,7 +13,7 @@ namespace MapControl
{
public partial class Tile
{
public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.1);
public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.15);
public readonly int ZoomLevel;
public readonly int X;