diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-02-04 00:18:05 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 6b79b6e2c7af377c43747eed933d78684d92ecb4 (patch) | |
| tree | 3e94da0bfe819711715b35a7bdedcaea903dc2fb /alv | |
| parent | add Op:update_out and use in builtins (diff) | |
| download | alive-6b79b6e2c7af377c43747eed933d78684d92ecb4.tar.gz alive-6b79b6e2c7af377c43747eed933d78684d92ecb4.zip | |
lib: small fixes
Diffstat (limited to 'alv')
| -rw-r--r-- | alv/invoke.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/invoke.moon b/alv/invoke.moon index e40cbc4..a84b9e1 100644 --- a/alv/invoke.moon +++ b/alv/invoke.moon @@ -75,7 +75,7 @@ class op_invoke extends Builtin for input in @op\all_inputs! input\finish_setup! - super RTNode :children, result: @op.out, op: @op + super RTNode :children, result: @op.out, op: @op --- `Builtin:vis` implementation. -- |
