aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.moon')
-rw-r--r--lib/debug.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/debug.moon b/lib/debug.moon
index 3b5df47..f87b06a 100644
--- a/lib/debug.moon
+++ b/lib/debug.moon
@@ -4,7 +4,8 @@ class out extends Op
setup: (name, @chld) =>
@name = name\getc!
- update: =>
+ update: (dt) =>
+ @chld\update dt
L\print "@name", @chld\get!
{