You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix typo in preprocessor symbol
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
#ifndef SERVER_WRAP_MT_COMMON_H
|
#ifndef SERVER_WRAP_MT_COMMON_H
|
||||||
#define SERVER_WRAP_MT_COMMON_H
|
#define SERVER_WRAP_MT_COMMON_H
|
||||||
|
|
||||||
#ifdef DEBIG_ENABLED
|
#ifdef DEBUG_ENABLED
|
||||||
#define MAIN_THREAD_SYNC_CHECK \
|
#define MAIN_THREAD_SYNC_CHECK \
|
||||||
if (unlikely(Thread::is_main_thread() && Engine::get_singleton()->notify_frame_server_synced())) { \
|
if (unlikely(Thread::is_main_thread() && Engine::get_singleton()->notify_frame_server_synced())) { \
|
||||||
MAIN_THREAD_SYNC_WARN \
|
MAIN_THREAD_SYNC_WARN \
|
||||||
|
|||||||
Reference in New Issue
Block a user