Skip to content

Commit

Permalink
Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty committed Sep 6, 2024
1 parent 7a3ac81 commit 08d84df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
haxelib setup ~/haxelib
yes | haxelib git hxcpp https://github.com/mcagabe19-stuff/hxcpp --quiet
yes | haxelib git lime https://github.com/mcagabe19-stuff/lime --quiet
yes | haxelib install openfl 9.3.3 --quiet
yes | haxelib install flixel 5.6.1 --quiet
yes | haxelib install flixel-addons 3.2.2 --quiet
yes | haxelib install flixel-tools 1.5.1 --quiet
haxelib install openfl 9.3.3 --quiet
haxelib install flixel 5.6.1 --quiet
haxelib install flixel-addons 3.2.2 --quiet
haxelib install flixel-tools 1.5.1 --quiet
yes | haxelib git hscript-iris https://github.com/crowplexus/hscript-iris dev --quiet
yes | haxelib install tjson 1.4.0 --quiet
haxelib install tjson 1.4.0 --quiet
yes | haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate 768740a56b26aa0c072720e0d1236b94afe68e3e --quiet
yes | haxelib git linc_luajit https://github.com/mcagabe19-stuff/linc_luajit-rewriten --quiet
yes | haxelib git hxvlc https://github.com/MAJigsaw77/hxvlc 70e7f5f3e76d526ac6fb8f0e6665efe7dfda589d --quiet --skip-dependencies
Expand Down
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@ class PlayState extends MusicBeatState
try
{
var callValue = script.call(funcToCall, args);
var myValue:Dynamic = callValue.methodVal;
var myValue:Dynamic = callValue.returnValue;

// compiler fuckup fix
final stopHscript = myValue == LuaUtils.Function_StopHScript;
Expand Down

0 comments on commit 08d84df

Please sign in to comment.