This commit is contained in:
Juan Linietsky 2015-04-24 15:09:47 -03:00
commit 4fb905ed29
1 changed files with 1 additions and 0 deletions

View File

@ -1616,6 +1616,7 @@ Error ColladaImport::_create_resources(Collada::Node *p_node) {
if (collada.state.morph_controller_data_map.has(meshid)) {
//it's a morph!!
morph = &collada.state.morph_controller_data_map[meshid];
ngsource=meshid;
meshid=morph->mesh;
} else {