1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 17:33:02 +08:00

Enable masking in toolbar

This commit is contained in:
Andrei Zavatski
2024-01-21 02:15:48 +03:00
Unverified
parent a3703d657a
commit 087d0f03a4
@@ -255,6 +255,7 @@ namespace osu.Game.Overlays.Toolbar
RelativeSizeAxes = Axes.Both,
ColourLight = OsuColour.Gray(40),
ColourDark = OsuColour.Gray(20),
Masking = true
},
};
}