mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Set alpha on container instead of children
This commit is contained in:
@ -78,10 +78,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
// Probationary groups have an opacity of 60%
|
||||
if (group.IsProbationary)
|
||||
{
|
||||
foreach (var drawable in groupDrawables)
|
||||
{
|
||||
drawable.Alpha = 0.6f;
|
||||
}
|
||||
Alpha = 0.6f;
|
||||
}
|
||||
|
||||
if (group.Playmodes?.Length > 0)
|
||||
|
Reference in New Issue
Block a user