Avoid editor error reporting using resource loader thread's call queues
This commit is contained in:
@ -164,6 +164,7 @@ class MessageQueue : public CallQueue {
|
||||
|
||||
public:
|
||||
_FORCE_INLINE_ static CallQueue *get_singleton() { return thread_singleton ? thread_singleton : main_singleton; }
|
||||
_FORCE_INLINE_ static CallQueue *get_main_singleton() { return main_singleton; }
|
||||
|
||||
static void set_thread_singleton_override(CallQueue *p_thread_singleton);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user