Skip to content

Commit 60f7341

Browse files
authored
Merge pull request #16174 from LarryFrosty/defined
Fix compiling without HSCRIPT_ALLOWED
2 parents 9862d4a + b0f5a14 commit 60f7341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/psychlua/HScript.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ class CustomFlxColor {
525525
public static function fromString(str:String):Int
526526
return cast FlxColor.fromString(str);
527527
}
528-
#end
529528

530529
class CustomInterp extends crowplexus.hscript.Interp
531530
{
@@ -561,3 +560,4 @@ class CustomInterp extends crowplexus.hscript.Interp
561560
return null;
562561
}
563562
}
563+
#end

0 commit comments

Comments
 (0)