mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Set border colour to white
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Users.Drawables
|
||||
{
|
||||
Size = new Vector2(25);
|
||||
BorderThickness = 4;
|
||||
BorderColour = Colour;
|
||||
BorderColour = Colour4.White; // the colour is being applied through Colour - since it's multiplicative it applies to the border as well
|
||||
Masking = true;
|
||||
Child = new Box
|
||||
{
|
||||
|
Reference in New Issue
Block a user