You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Cleanup some #if 0'd code
This commit is contained in:
@@ -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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user