mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-05 19:54:24 -04:00
Fix crash caused by improperly canceling a tween
This commit is contained in:
parent
fb752ddd78
commit
174c595837
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class PauseSubState extends MusicBeatSubState
|
|||
public override function destroy():Void
|
||||
{
|
||||
super.destroy();
|
||||
charterFadeTween.destroy();
|
||||
charterFadeTween.cancel();
|
||||
charterFadeTween = null;
|
||||
pauseMusic.stop();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue