Resolve CA1805 inspections

"Member is explicitly initialized to its default value"
This commit is contained in:
Bartłomiej Dach
2020-11-01 18:47:40 +01:00
parent 6ff13e399a
commit 2b0bea535e
4 changed files with 4 additions and 4 deletions

View File

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