You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Pause physics command queue during physics processing
This commit is contained in:
@@ -109,6 +109,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