Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jun 25, 2024
1 parent 509142d commit 9e0b78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/game/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ class PlayState extends MusicBeatState

var video:MP4Handler = new MP4Handler();
video.playVideo(filepath);
video.endCallback = function()
video.finishCallback = function()
{
startAndEnd();
return;
Expand Down

0 comments on commit 9e0b78d

Please sign in to comment.