mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix beatmap panel border alpha being way too large.
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Beatmaps.Drawable
|
||||
|
||||
protected virtual void Selected()
|
||||
{
|
||||
BorderColour = new Color4(BorderColour.R, BorderColour.G, BorderColour.B, 255);
|
||||
BorderColour = new Color4(BorderColour.R, BorderColour.G, BorderColour.B, 1f);
|
||||
GlowRadius = 10;
|
||||
BorderThickness = 2.5f;
|
||||
}
|
||||
|
Reference in New Issue
Block a user