1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

change disabledAlpha from readonly to const

This commit is contained in:
nanashi-1 2022-11-16 09:58:32 +08:00
parent 46c7451ede
commit 1fb8357e93

View File

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