mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 22:22:54 +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;
|
||||
}
|
||||
|
||||
// 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)
|
||||
{
|
||||
UserScrolling = true;
|
||||
|
Loading…
Reference in New Issue
Block a user