mirror of
https://github.com/ppy/osu
synced 2025-03-21 10:28:06 +00:00
Appease inspectcode
This commit is contained in:
parent
12b7727af6
commit
340d362d69
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user