mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 06:43:20 +08:00
Remove outdated warning disable
Does not trigger any more on Rider 2020.3.2.
This commit is contained in:
parent
68352782db
commit
4998aaaa98
@ -936,7 +936,6 @@ namespace osu.Game.Screens.Select
|
|||||||
Masking = false;
|
Masking = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReSharper disable once OptionalParameterHierarchyMismatch 2020.3 EAP4 bug. (https://youtrack.jetbrains.com/issue/RSRP-481535?p=RIDER-51910)
|
|
||||||
protected override void OnUserScroll(float value, bool animated = true, double? distanceDecay = default)
|
protected override void OnUserScroll(float value, bool animated = true, double? distanceDecay = default)
|
||||||
{
|
{
|
||||||
UserScrolling = true;
|
UserScrolling = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user