1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

fix comment

This commit is contained in:
EXtremeExploit 2023-01-26 11:09:16 -03:00
parent 0eaebfd40a
commit 1de0bed83d
No known key found for this signature in database

View File

@ -52,8 +52,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
new Box
{
RelativeSizeAxes = Axes.Both,
// Normal background color is 0.75 opacity, probationary doesn't have this cause they are a bit transparent already
Colour = colourProvider?.Background6 ?? Colour4.Black,
// Normal badges background opacity is 75%, probationary is full opacity as the whole badge gets a bit transparent
Alpha = group.IsProbationary ? 1 : 0.75f,
},
innerContainer = new FillFlowContainer