1
0
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:
nanashi-1
2022-11-16 09:58:32 +08:00
Unverified
parent 46c7451ede
commit 1fb8357e93
@@ -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;