summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/Debug/Debug.bind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Scripting/Debug/Debug.bind.cpp')
-rw-r--r--Runtime/Scripting/Debug/Debug.bind.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Runtime/Scripting/Debug/Debug.bind.cpp b/Runtime/Scripting/Debug/Debug.bind.cpp
index 6d37746..9d98211 100644
--- a/Runtime/Scripting/Debug/Debug.bind.cpp
+++ b/Runtime/Scripting/Debug/Debug.bind.cpp
@@ -88,6 +88,8 @@ int logEditor(lua_State* L)
log_error("Debug.Log()错误的参数个数");
}
return 0;
+#else
+ return 0;
#endif
}