Add comment about gray usage

This commit is contained in:
smoogipoo
2020-05-15 15:56:32 +09:00
parent 1c6c128d11
commit 238d87f976

View File

@ -178,6 +178,8 @@ namespace osu.Game.Rulesets.Mania.Edit
linesAfter.RemoveAt(0);
}
// Grays are used rather than transparency since the lines appear on a coloured mania playfield.
foreach (var l in linesDuring)
l.Colour = OsuColour.Gray(first_beat_brightness);