diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-11 13:08:12 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-11 13:08:12 +0000 |
| commit | df9615f114ce8cd23d3293dd8d66ff0811a877dc (patch) | |
| tree | f34572b4e720cac5a538ef8315647225d90a9875 /lib | |
| parent | add MIDI input ops (diff) | |
| download | alive-df9615f114ce8cd23d3293dd8d66ff0811a877dc.tar.gz alive-df9615f114ce8cd23d3293dd8d66ff0811a877dc.zip | |
fix def-and-reused op updaterate
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/builtin.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtin.moon b/lib/builtin.moon index 8e97271..0ae2bd5 100644 --- a/lib/builtin.moon +++ b/lib/builtin.moon @@ -43,7 +43,7 @@ updates all val-exprs." name = (name\quote scope, @registry)\getc 'sym' val = val_expr\eval scope, @registry - scope\set name, val + scope\set name, Const.wrap_ref val val UpdateChildren values |
