aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-11 13:08:12 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-11 13:08:12 +0000
commitdf9615f114ce8cd23d3293dd8d66ff0811a877dc (patch)
treef34572b4e720cac5a538ef8315647225d90a9875 /lib
parentadd MIDI input ops (diff)
downloadalive-df9615f114ce8cd23d3293dd8d66ff0811a877dc.tar.gz
alive-df9615f114ce8cd23d3293dd8d66ff0811a877dc.zip
fix def-and-reused op updaterate
Diffstat (limited to 'lib')
-rw-r--r--lib/builtin.moon2
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