diff --git a/osu.Game/Screens/Play/SkipOverlay.cs b/osu.Game/Screens/Play/SkipOverlay.cs index e17d639a1b..0509c845f8 100644 --- a/osu.Game/Screens/Play/SkipOverlay.cs +++ b/osu.Game/Screens/Play/SkipOverlay.cs @@ -47,7 +47,7 @@ namespace osu.Game.Screens.Play private OsuClickableContainer button; private ButtonContainer buttonContainer; - protected Circle RemainingTimeBox; + protected Circle RemainingTimeBox { get; private set; } private double displayTime; private bool isClickable;