1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 04:14:26 +08:00

Enable masking in RoundedButton

This commit is contained in:
Andrei Zavatski
2024-01-21 02:28:14 +03:00
Unverified
parent 60f7b4ea2f
commit 6ba3546be5
@@ -68,6 +68,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
SpawnRatio = 0.6f,
RelativeSizeAxes = Axes.Both,
Depth = float.MaxValue,
Masking = true
});
updateColours();