mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Replace comment with link to issue
This commit is contained in:
parent
044622a7a6
commit
1c2185e969
@ -895,7 +895,7 @@ namespace osu.Game.Screens.Select
|
||||
/// </summary>
|
||||
public bool UserScrolling { get; private set; }
|
||||
|
||||
// ReSharper disable once OptionalParameterHierarchyMismatch fuck off rider
|
||||
// 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