Merge pull request #93367 from Split82/typo_fix

Fix typo in preprocessor symbol
This commit is contained in:
Rémi Verschelde 2024-06-20 16:18:43 +02:00
commit 58d13b9790
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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 \