aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-05-01 22:32:11 +0000
committers-ol <s+removethis@s-ol.nu>2021-05-01 22:32:11 +0000
commit49f73d0ff697909e272cfc4aa770ad56cc3bee41 (patch)
tree467296dbc8988e45304f7310b333853936fc3dcf
parentmore extensive love documentation (diff)
downloadalive-49f73d0ff697909e272cfc4aa770ad56cc3bee41.tar.gz
alive-49f73d0ff697909e272cfc4aa770ad56cc3bee41.zip
fix (~ evt initial) bug
-rw-r--r--alv/builtins.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/builtins.moon b/alv/builtins.moon
index 6d69735..b6352fc 100644
--- a/alv/builtins.moon
+++ b/alv/builtins.moon
@@ -463,7 +463,7 @@ Since ~-streams cannot be emtpy, specifying an `initial` value is necessary."
super event: Input.hot event
- if not @out or @out.type != input\type!
+ if not @out or @out.type != event\type!
@out = event\type!\mk_sig initial.result!
tick: => @out\set @inputs.event!