ability to drag scenes from filesystem to tree for instancing

This commit is contained in:
Juan Linietsky 2016-05-11 20:57:52 -03:00
parent c7292b1f3d
commit 0c57a58056
8 changed files with 181 additions and 71 deletions

View file

@ -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;
}