Skip to content

Commit

Permalink
Fix Videos (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbratheUmbreon authored Feb 1, 2023
2 parents 0f4d1ea + 5178ae6 commit 4bdcb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QUICK SETUP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo Installing and updating libraries.
haxelib install flixel-addons 2.11.0
haxelib install flixel-ui 2.4.0
haxelib install hscript
haxelib install hxcodec
haxelib install hxcodec 2.5.1
haxelib remove discord_rpc
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib remove linc_luajit
Expand Down
2 changes: 1 addition & 1 deletion source/FunkinLua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ class FunkinLua {
PlayState.instance.startVideo(videoFile);
return true;
} else {
luaTrace('startVideo: Video file not found: ' + videoFile, false, false, FlxColor.RED);
luaTrace('startVideo: Video file not found: ' + videoFile, false, false);
}
return false;

Expand Down

0 comments on commit 4bdcb45

Please sign in to comment.