Skip to content

Commit

Permalink
Resolve codefactor complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Oct 8, 2023
1 parent 8f2b68b commit 09bce3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game.Rulesets.Sentakki/UI/SentakkiResumeOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 09bce3d

Please sign in to comment.