mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 11:21:06 -04:00
use event.isComboBreak instead of isComboBreak (#3936)
This commit is contained in:
parent
1c2fb43ae1
commit
3aad825f86
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue