mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Cleanup some #if 0'd code
This commit is contained in:
parent
ad3393743c
commit
8f25a2dc11
17 changed files with 10 additions and 1324 deletions
|
@ -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: {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue