diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-07-14 18:49:08 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-07-14 18:49:08 +0200 |
commit | acd34153ba7329e95281cd93a6afa5ca6aae58a7 (patch) | |
tree | 191225f0fe001be55f652ed58feff34e70ccba2a /core/object/message_queue.h | |
parent | 7e9d63ebd97fb77c5e1cac4f23fc2c00dff6a321 (diff) | |
parent | c85beb8106a1e6633ee2156c524d5f000f3e12d4 (diff) | |
download | redot-engine-acd34153ba7329e95281cd93a6afa5ca6aae58a7.tar.gz |
Merge pull request #78612 from RandomShaper/mq_flush_ref
Refactor CallQueue flushing for clarity
Diffstat (limited to 'core/object/message_queue.h')
-rw-r--r-- | core/object/message_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/object/message_queue.h b/core/object/message_queue.h index 9f567e4dd0..c2f4ad1643 100644 --- a/core/object/message_queue.h +++ b/core/object/message_queue.h @@ -98,6 +98,8 @@ private: } } + Error _transfer_messages_to_main_queue(); + void _add_page(); void _call_function(const Callable &p_callable, const Variant *p_args, int p_argcount, bool p_show_error); |