fix(arc): waitrealtime error (#177)

This commit is contained in:
INeedGames 2024-01-08 01:28:12 -06:00 committed by GitHub
parent c5db0fa49f
commit ecffa889ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: