Fixed commandline: apply

This commit is contained in:
ChaoticByte 2025-02-03 19:25:48 +01:00
parent 9f5011aaac
commit 5a8a6e4c61
No known key found for this signature in database

View file

@ -90,7 +90,7 @@ func cli_apply_shader(args: PackedStringArray):
else:
batch_mode = true
#
Filesystem.load_shader(kwargs["--shader"])
Filesystem.shader_path = kwargs["--shader"]
#
if batch_mode:
var in_dir_path = load_image_dir.get_current_dir()