Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Sep 10, 2024
2 parents f02206d + dfb0db6 commit 3934871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3934871

Please sign in to comment.