1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 12:45:09 +08:00

Remove transparency

This commit is contained in:
Dean Herbert 2024-01-25 21:13:25 +09:00
parent 64ba95bbd6
commit 3c18efed05
No known key found for this signature in database

View File

@ -44,7 +44,6 @@ namespace osu.Game.Beatmaps.Drawables
{ {
new Box new Box
{ {
Alpha = 0.9f,
Colour = colours.Gray3, Colour = colours.Gray3,
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both
}, },