Skip to content

Commit

Permalink
Fix nullref
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Mar 24, 2024
1 parent cd74a45 commit c011b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private int pressedCount
get
{
int count = 0;
foreach (var pressedAction in sentakkiActionInputManager.PressedActions)
foreach (var pressedAction in SentakkiActionInputManager.PressedActions)
{
if (pressedAction == SentakkiAction.Key1 + HitObject.Lane)
++count;
Expand Down

0 comments on commit c011b9d

Please sign in to comment.