Remove stray default value specification

This commit is contained in:
Dean Herbert
2020-04-06 12:45:58 +09:00
parent cfa2404626
commit 66b8a8ad2e

View File

@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
Anchor = Anchor.Centre,
Alpha = 0.5f,
}
}, confineMode: ConfineMode.NoScaling);
});
}
public double AnimationStartTime { get; set; }