Skip to content

Commit

Permalink
yeah ok
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Dec 1, 2024
1 parent 1a63ab7 commit 87590c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1960,8 +1960,6 @@ class PlayState extends MusicBeatState
else{
videoCutscene.finishCallback = function()
{
try { videoCutscene.dispose(); }
catch(e) {videoCutscene.finishVideo(); }
startAndEnd();
if (heyStopTrying) openfl.system.System.exit(0);
return;
Expand All @@ -1973,8 +1971,6 @@ class PlayState extends MusicBeatState
videoCutscene.onEndReached.add(callback);
else{
videoCutscene.onEndReached.add(function(){
try { videoCutscene.dispose(); }
catch(e) {videoCutscene.finishVideo(); }
startAndEnd();
if (heyStopTrying) openfl.system.System.exit(0);
return;
Expand Down

1 comment on commit 87590c4

@SyncGit12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you in the love of fucking god

i will do this patch on nothin' engine

Please sign in to comment.