mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
change disabledAlpha
from readonly
to const
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Screens.Select.Options
|
|||||||
private readonly OsuSpriteText secondLine;
|
private readonly OsuSpriteText secondLine;
|
||||||
private readonly Container box;
|
private readonly Container box;
|
||||||
|
|
||||||
private readonly float disabledAlpha = 0.5f;
|
private const float disabledAlpha = 0.5f;
|
||||||
|
|
||||||
private bool disabled;
|
private bool disabled;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user