1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +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
{
Alpha = 0.9f,
Colour = colours.Gray3,
RelativeSizeAxes = Axes.Both
},