mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
change disabledAlpha
from readonly
to const
This commit is contained in:
parent
46c7451ede
commit
1fb8357e93
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user