mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 04:19:54 +08: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 Container box;
|
||||
|
||||
private readonly float disabledAlpha = 0.5f;
|
||||
private const float disabledAlpha = 0.5f;
|
||||
|
||||
private bool disabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user