mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
ability to drag scenes from filesystem to tree for instancing
This commit is contained in:
parent
c7292b1f3d
commit
0c57a58056
8 changed files with 181 additions and 71 deletions
|
|
@ -1046,7 +1046,7 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va
|
|||
} break;
|
||||
case FUNC_MAX: {
|
||||
|
||||
ERR_FAIL_V();
|
||||
ERR_FAIL();
|
||||
} break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue