1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 20:54:47 +08:00

Fix loading spinner without a box clipping

This commit is contained in:
Joseph Madamba
2025-06-06 08:47:32 -07:00
Unverified
parent 3a1bbf9b39
commit 15be762f71
@@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
Child = MainContents = new Container
{
RelativeSizeAxes = Axes.Both,
Masking = true,
Masking = withBox,
CornerRadius = 20,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,