aboutsummaryrefslogtreecommitdiffstats
path: root/alv/rtnode.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-09-04 12:11:06 +0000
committers-ol <s-ol@users.noreply.github.com>2020-09-04 12:11:06 +0000
commitb56b8e5348495e2bfac0d0a44b3f5a76cb913b91 (patch)
tree39eb213bc1c3e19356a795a9f3e9c82d4fc2eac2 /alv/rtnode.moon
parentonly increment tick if IO was triggered (diff)
downloadalive-b56b8e5348495e2bfac0d0a44b3f5a76cb913b91.tar.gz
alive-b56b8e5348495e2bfac0d0a44b3f5a76cb913b91.zip
reroll RTNode tests
Diffstat (limited to 'alv/rtnode.moon')
-rw-r--r--alv/rtnode.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/rtnode.moon b/alv/rtnode.moon
index 28b1d77..1580020 100644
--- a/alv/rtnode.moon
+++ b/alv/rtnode.moon
@@ -49,7 +49,7 @@ class RTNode
dirty = false
for op in *@io_ops
- dirty or= op\poll!
+ dirty = op\poll! or dirty
dirty