mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Merge pull request #120 from Tom94/fix-beatmap-panel-border-alpha
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