Fix compilation error

This commit is contained in:
2018-01-16 12:48:33 +01:00
parent cfe6b83134
commit 7df1983bf9

View File

@@ -180,7 +180,7 @@ bool DepsgraphRelationBuilder::is_nodetree_node_dependency(
return false;
}
/* Check if this is actually a node tree. */
if (GS(op_from->owner->owner->id->name) != ID_NT) {
if (GS(op_from->owner->owner->id_orig->name) != ID_NT) {
return false;
}
/* Different node trees. */