1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Fix comment

This commit is contained in:
EXtremeExploit 2023-01-22 13:33:36 -03:00
parent 64c9654910
commit 933fc8cc83
No known key found for this signature in database

View File

@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
{
FillFlowContainer innerContainer;
// Normal background color is 0.75 opacity, probationary doesn't have this cause it will make them a bit transparent
// Normal background color is 0.75 opacity, probationary doesn't have this cause they are a bit transparent already
var bgColor = group.IsProbationary ? colourProvider?.Background6 ?? Colour4.Black : (colourProvider?.Background6 ?? Colour4.Black).Opacity(0.75f);
var groupDrawables = new Drawable[]