Skip to content

Commit

Permalink
use event.isComboBreak instead of isComboBreak
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnikTil authored and charlesisfeline committed Dec 14, 2024
1 parent ff3d1ee commit 55ebb61
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 @@ -2556,7 +2556,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 55ebb61

Please sign in to comment.