1
0
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:
Bartłomiej Dach 2021-01-06 18:13:30 +01:00
parent 68352782db
commit 4998aaaa98

View File

@ -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;