From a8677ee431d7ab7eab4cb0c07d4931bdb72988ac Mon Sep 17 00:00:00 2001 From: codingwatching <85933804+codingwatching@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:17:45 +0700 Subject: [PATCH] Fix type mismatch Type mismatch --- src/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core.h b/src/Core.h index 050e0cb01..1232e5e70 100644 --- a/src/Core.h +++ b/src/Core.h @@ -166,7 +166,7 @@ Thus it is **NOT SAFE** to allocate a string on the stack. */ #define CC_BUILD_EGL #define CC_BUILD_TOUCH #define CC_BUILD_OPENSLES -#defube CC_NOMAIN +#define CC_NOMAIN #elif defined __linux__ #define CC_BUILD_LINUX #define CC_BUILD_POSIX