From 09bce3dcee295b6e994dd47171cf70bcecf9c0e2 Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Sun, 8 Oct 2023 18:41:08 +0200 Subject: [PATCH] Resolve codefactor complaint --- osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs b/osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs index 1ad643581..f50bd3c65 100644 --- a/osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs +++ b/osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs @@ -118,7 +118,6 @@ protected override void PopIn() // Reset the countdown, plus a second for preparation remainingTime = (barLength * beatlength) + 1000; - if (localCursorContainer == null) Add(localCursorContainer = new SentakkiCursorContainer());