1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Enable masking in toolbar

This commit is contained in:
Andrei Zavatski 2024-01-21 02:15:48 +03:00
parent a3703d657a
commit 087d0f03a4

View File

@ -255,6 +255,7 @@ namespace osu.Game.Overlays.Toolbar
RelativeSizeAxes = Axes.Both,
ColourLight = OsuColour.Gray(40),
ColourDark = OsuColour.Gray(20),
Masking = true
},
};
}