mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08: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:
commit
2811d55e13
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user