Browse Source

Fix typo in preprocessor symbol

Jan Ilavsky 1 year ago
parent
commit
800e5f0f11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      servers/server_wrap_mt_common.h

+ 1 - 1
servers/server_wrap_mt_common.h

@@ -31,7 +31,7 @@
 #ifndef SERVER_WRAP_MT_COMMON_H
 #define SERVER_WRAP_MT_COMMON_H
 
-#ifdef DEBIG_ENABLED
+#ifdef DEBUG_ENABLED
 #define MAIN_THREAD_SYNC_CHECK                                                                         \
 	if (unlikely(Thread::is_main_thread() && Engine::get_singleton()->notify_frame_server_synced())) { \
 		MAIN_THREAD_SYNC_WARN                                                                          \