Skip to content

Commit

Permalink
use event.isComboBreak instead of isComboBreak (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnikTil authored Jan 17, 2025
1 parent 1c2fb43 commit 3aad825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,7 @@ class PlayState extends MusicBeatSubState

Highscore.tallies.totalNotesHit++;
// Display the hit on the strums
playerStrumline.hitNote(note, !isComboBreak);
playerStrumline.hitNote(note, !event.isComboBreak);
if (event.doesNotesplash) playerStrumline.playNoteSplash(note.noteData.getDirection());
if (note.isHoldNote && note.holdNoteSprite != null) playerStrumline.playNoteHoldCover(note.holdNoteSprite);
vocals.playerVolume = 1;
Expand Down

0 comments on commit 3aad825

Please sign in to comment.