mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-20 17:42:53 +00:00
Fix crash caused by improperly canceling a tween
This commit is contained in:
parent
fb752ddd78
commit
174c595837
|
@ -234,7 +234,7 @@ class PauseSubState extends MusicBeatSubState
|
|||
public override function destroy():Void
|
||||
{
|
||||
super.destroy();
|
||||
charterFadeTween.destroy();
|
||||
charterFadeTween.cancel();
|
||||
charterFadeTween = null;
|
||||
pauseMusic.stop();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue