From 086191a12a8cc15a248d566bc7b8023e2d41924e Mon Sep 17 00:00:00 2001 From: Andrey Zavadskiy Date: Wed, 22 Mar 2017 16:13:39 +0300 Subject: [PATCH] Spinner fix --- osu.Game.Modes.Osu/Objects/Drawables/Pieces/SpinnerDisc.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SpinnerDisc.cs b/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SpinnerDisc.cs index 58745dec84..a4fce3deb5 100644 --- a/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SpinnerDisc.cs +++ b/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SpinnerDisc.cs @@ -33,6 +33,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces private void load(OsuColour colours) { completeColour = colours.YellowLight.Opacity(0.8f); + Masking = true; } private class SpinnerBorder : Container