Skip to content

Commit

Permalink
Remove excess blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Feb 17, 2024
1 parent 161993e commit b7f5d66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ public void OnReleased(KeyBindingReleaseEvent<SentakkiAction> e)
if (e.Action != SentakkiAction.Key1 + HitObject.Lane)
return;


// We only release the hold once ALL inputs are released
if (--pressedCount == 0)
endHold();
Expand Down

0 comments on commit b7f5d66

Please sign in to comment.