mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Resolve CA1805 inspections
"Member is explicitly initialized to its default value"
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Graphics.Containers
|
||||
/// Allows controlling the scroll bar from any position in the container using the right mouse button.
|
||||
/// Uses the value of <see cref="DistanceDecayOnRightMouseScrollbar"/> to smoothly scroll to the dragged location.
|
||||
/// </summary>
|
||||
public bool RightMouseScrollbar = false;
|
||||
public bool RightMouseScrollbar;
|
||||
|
||||
/// <summary>
|
||||
/// Controls the rate with which the target position is approached when performing a relative drag. Default is 0.02.
|
||||
|
Reference in New Issue
Block a user