mirror of
https://github.com/godotengine/godot.git
synced 2025-01-31 22:21:52 +00:00
Merge branch 'master' of https://github.com/okamstudio/godot
This commit is contained in:
commit
4fb905ed29
@ -1616,6 +1616,7 @@ Error ColladaImport::_create_resources(Collada::Node *p_node) {
|
|||||||
|
|
||||||
if (collada.state.morph_controller_data_map.has(meshid)) {
|
if (collada.state.morph_controller_data_map.has(meshid)) {
|
||||||
//it's a morph!!
|
//it's a morph!!
|
||||||
|
morph = &collada.state.morph_controller_data_map[meshid];
|
||||||
ngsource=meshid;
|
ngsource=meshid;
|
||||||
meshid=morph->mesh;
|
meshid=morph->mesh;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user