diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-12-17 15:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 15:43:11 +0100 |
commit | cacab4ba6204aa36ddbc85d55705ab82b45e7930 (patch) | |
tree | 9a498561f69431b1656106198323eb9a5cd38a1c /modules/gdscript | |
parent | 8821f9b750a59ca3ec7465ce54a472eb541d7181 (diff) | |
parent | 8f25a2dc11b73cd440adcd341e4180f6f93877aa (diff) |
Merge pull request #14769 from akien-mga/if-0-cleanup
Cleanup some #if 0'd code
Diffstat (limited to 'modules/gdscript')
-rw-r--r-- | modules/gdscript/gdscript_function.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_function.cpp b/modules/gdscript/gdscript_function.cpp index ee23f0ea0f..d6352f1e6e 100644 --- a/modules/gdscript/gdscript_function.cpp +++ b/modules/gdscript/gdscript_function.cpp @@ -1257,6 +1257,8 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a exit_ok = true; OPCODE_BREAK; } + +// Enable for debugging #if 0 default: { |