1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove ERR_EXPLAIN macros and the scaffolding they needed.

This commit is contained in:
Marcel Admiraal
2019-11-11 10:38:15 +01:00
parent d18b2e599d
commit 83069a3c0f
6 changed files with 3 additions and 134 deletions

View File

@@ -397,8 +397,7 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
if (unlikely(m_cond)) { \
_err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Condition ' " _STR(m_cond) " ' is true. Breaking..:"); \
OPCODE_BREAK; \
} else \
_err_error_exists = false; \
} \
}
#define CHECK_SPACE(m_space) \