mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Show listing graph; Slight refactor
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Graphics
|
||||
if (!string.IsNullOrEmpty(name))
|
||||
if (colours.TryGetValue(name, out ColourInfo colour))
|
||||
return colour;
|
||||
return new Color4(255, 255, 255, 255);
|
||||
return new Color4(0, 0, 0, 255);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user