1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Merge pull request #663 from FunkinCrew/gamerbross/hold-note-forced-alpha

[PUBLIC PR] Fix a bug where mods can't change the transparency of hold notes
This commit is contained in:
Cameron Taylor 2024-07-11 19:48:35 -04:00 committed by GitHub
commit cffe41985d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -598,7 +598,6 @@ class Strumline extends FlxSpriteGroup
{
note.holdNoteSprite.hitNote = true;
note.holdNoteSprite.missedNote = false;
note.holdNoteSprite.alpha = 1.0;
note.holdNoteSprite.sustainLength = (note.holdNoteSprite.strumTime + note.holdNoteSprite.fullSustainLength) - conductorInUse.songPosition;
}