Appease inspectcode

This commit is contained in:
Dean Herbert 2020-03-15 03:51:30 +09:00
parent 12b7727af6
commit 340d362d69

View File

@ -779,7 +779,7 @@ namespace osu.Game.Screens.Select
/// </summary>
public bool UserScrolling { get; private set; }
protected override void OnUserScroll(float value, bool animated = true, double? distanceDecay = null)
protected override void OnUserScroll(float value, bool animated = true, double? distanceDecay = default)
{
UserScrolling = true;
base.OnUserScroll(value, animated, distanceDecay);