Update specified link

This commit is contained in:
Salman Ahmed 2021-07-12 18:17:13 +03:00
parent 1437772711
commit c96a76df67
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public OverlayColourProvider(OverlayColourScheme colourScheme)
private Color4 getColour(float saturation, float lightness) => Color4.FromHsl(new Vector4(getBaseHue(colourScheme), saturation, lightness, 1));
// See https://github.com/ppy/osu-web/blob/4218c288292d7c810b619075471eaea8bbb8f9d8/app/helpers.php#L1463
// See https://github.com/ppy/osu-web/blob/5a536d217a21582aad999db50a981003d3ad5659/app/helpers.php#L1620-L1628
private static float getBaseHue(OverlayColourScheme colourScheme)
{
switch (colourScheme)