1
0
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:
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;
}
// 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;