Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT authored Apr 20, 2024
1 parent bba96ab commit 2709a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ class Note extends FlxSprite
if (flipY) flipY = false;
if (PlayState != null) cameras = [isSustainNote ? PlayState.instance.camHUDBelow : PlayState.instance.camHUD];
clipRect = null;
alpha = 1;
return this;
}
}
}

0 comments on commit 2709a1e

Please sign in to comment.