Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
aaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDrawingCoder-Gamer committed Mar 6, 2021
1 parent e763711 commit 4c75d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ class PlayState extends MusicBeatState
if (daNote.y < -daNote.height)
{

if (daNote.tooLate || !daNote.wasGoodHit)
if ((daNote.tooLate || !daNote.wasGoodHit) && !daNote.isSustainNote)
{
health -= 0.0475;
vocals.volume = 0;
Expand Down

0 comments on commit 4c75d05

Please sign in to comment.