diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index b609464ea3..670439f561 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -1236,7 +1236,6 @@ class PlayState extends MusicBeatState { FlxG.removeChild(video_handler); bruhDialogue(endSongVar); }, true); - video_handler.onEndReached.add(video_handler.dispose); if (video_handler.load(PolymodAssets.getPath(Paths.video(name, ext)))) FlxTimer.wait(0.001, () -> video_handler.play()); video_handler.play();