diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-09-04 12:11:06 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-09-04 12:11:06 +0000 |
| commit | b56b8e5348495e2bfac0d0a44b3f5a76cb913b91 (patch) | |
| tree | 39eb213bc1c3e19356a795a9f3e9c82d4fc2eac2 /alv/rtnode.moon | |
| parent | only increment tick if IO was triggered (diff) | |
| download | alive-b56b8e5348495e2bfac0d0a44b3f5a76cb913b91.tar.gz alive-b56b8e5348495e2bfac0d0a44b3f5a76cb913b91.zip | |
reroll RTNode tests
Diffstat (limited to 'alv/rtnode.moon')
| -rw-r--r-- | alv/rtnode.moon | 2 |
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 |
