mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@4ebf67c
This commit is contained in:
@@ -111,6 +111,9 @@ public:
|
||||
#endif
|
||||
|
||||
#define WRITE_ACTION redraw_request();
|
||||
#define ASYNC_COND_PUSH (Thread::get_caller_id() != server_thread)
|
||||
#define ASYNC_COND_PUSH_AND_RET (Thread::get_caller_id() != server_thread)
|
||||
#define ASYNC_COND_PUSH_AND_SYNC (Thread::get_caller_id() != server_thread)
|
||||
|
||||
#ifdef DEBUG_SYNC
|
||||
#define SYNC_DEBUG print_line("sync on: " + String(__FUNCTION__));
|
||||
|
||||
Reference in New Issue
Block a user