diff --git a/osu.Game/Graphics/UserInterface/LoadingSpinner.cs b/osu.Game/Graphics/UserInterface/LoadingSpinner.cs index df921c5c81..5aa339c7c5 100644 --- a/osu.Game/Graphics/UserInterface/LoadingSpinner.cs +++ b/osu.Game/Graphics/UserInterface/LoadingSpinner.cs @@ -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,