1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00

Appease inspectcode

This commit is contained in:
Dean Herbert
2020-03-15 03:51:30 +09:00
Unverified
parent 12b7727af6
commit 340d362d69
+1 -1
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);