We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a63ab7 commit 87590c4Copy full SHA for 87590c4
source/PlayState.hx
@@ -1960,8 +1960,6 @@ class PlayState extends MusicBeatState
1960
else{
1961
videoCutscene.finishCallback = function()
1962
{
1963
- try { videoCutscene.dispose(); }
1964
- catch(e) {videoCutscene.finishVideo(); }
1965
startAndEnd();
1966
if (heyStopTrying) openfl.system.System.exit(0);
1967
return;
@@ -1973,8 +1971,6 @@ class PlayState extends MusicBeatState
1973
1971
videoCutscene.onEndReached.add(callback);
1974
1972
1975
videoCutscene.onEndReached.add(function(){
1976
1977
1978
1979
1980
0 commit comments