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

Enable masking in RoundedButton

This commit is contained in:
Andrei Zavatski 2024-01-21 02:28:14 +03:00
parent 60f7b4ea2f
commit 6ba3546be5

View File

@ -68,6 +68,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
SpawnRatio = 0.6f,
RelativeSizeAxes = Axes.Both,
Depth = float.MaxValue,
Masking = true
});
updateColours();