Merge pull request #375 from FunkinCrew/bugfix/html5-video

Use correct resource URL when loading videos
This commit is contained in:
Eric 2024-03-08 00:31:10 -05:00 committed by GitHub
commit c40919f53f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class VideoCutscene
VideoCutscene.cutsceneType = cutsceneType;
#if html5
playVideoHTML5(filePath);
playVideoHTML5(rawFilePath);
#elseif hxCodec
playVideoNative(rawFilePath);
#else