Skip to content

Commit

Permalink
Actually apply hold release windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Dec 21, 2024
1 parent 4bede4b commit 186e8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/Objects/Hold.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected override void CreateNestedHitObjects(CancellationToken cancellationTok
base.CreateNestedHitObjects(cancellationToken);
}

protected override HitWindows CreateHitWindows() => new SentakkiTapHitWindows();
protected override HitWindows CreateHitWindows() => new SentakkiHoldReleaseWindows();

public class HoldHead : SentakkiLanedHitObject
{
Expand Down

0 comments on commit 186e8c5

Please sign in to comment.