Skip to content

Commit

Permalink
Fix this global
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Dec 15, 2023
1 parent 901e886 commit d91ac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modding/scripts/languages/HScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class HScript
interp.variables.set("Std", Std);
interp.variables.set("StringTools", StringTools);
interp.variables.set("FlxRuntimeShader", flixel.addons.display.FlxRuntimeShader);
interp.variables.set("FlxRuntimeShader", shaders.custom.CustomShader);
interp.variables.set("CustomShader", shaders.custom.CustomShader);
interp.variables.set("FlxShader", flixel.system.FlxAssets.FlxShader);
interp.variables.set('ShaderFilter', openfl.filters.ShaderFilter);
interp.variables.set('FlxAnimate', flxanimate.FlxAnimate);
Expand Down

0 comments on commit d91ac8b

Please sign in to comment.