From ecffa889adad60c9a7871571fdd4090e61962458 Mon Sep 17 00:00:00 2001 From: INeedGames Date: Mon, 8 Jan 2024 01:28:12 -0600 Subject: [PATCH] fix(arc): waitrealtime error (#177) --- src/arc/compiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arc/compiler.cpp b/src/arc/compiler.cpp index aa59c68b..9f19c682 100644 --- a/src/arc/compiler.cpp +++ b/src/arc/compiler.cpp @@ -1962,6 +1962,7 @@ auto compiler::process_stmt(stmt const& stm) -> void case node::stmt_endon: case node::stmt_notify: case node::stmt_wait: + case node::stmt_waitrealtime: case node::stmt_waittillmatch: case node::stmt_waittillframeend: case node::stmt_case: