mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Merge pull request #375 from FunkinCrew/bugfix/html5-video
Use correct resource URL when loading videos
This commit is contained in:
commit
c40919f53f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class VideoCutscene
|
||||||
VideoCutscene.cutsceneType = cutsceneType;
|
VideoCutscene.cutsceneType = cutsceneType;
|
||||||
|
|
||||||
#if html5
|
#if html5
|
||||||
playVideoHTML5(filePath);
|
playVideoHTML5(rawFilePath);
|
||||||
#elseif hxCodec
|
#elseif hxCodec
|
||||||
playVideoNative(rawFilePath);
|
playVideoNative(rawFilePath);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue