Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Leather128 committed Jul 13, 2022
1 parent f4b105f commit 18b3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3654,8 +3654,8 @@ class PlayState extends MusicBeatState
{
if(note.shouldHit && !note.isSustainNote)
{
popUpScore(note.strumTime, note.noteData % SONG.playerKeyCount, setNoteDiff);
combo += 1;
popUpScore(note.strumTime, note.noteData % SONG.playerKeyCount, setNoteDiff);

if(hitSoundString != "none")
hitsound.play(true);
Expand Down

0 comments on commit 18b3ae6

Please sign in to comment.