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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user