CleanUp: snode_group_offset -> space_node_group_offset

This commit is contained in:
2020-10-02 11:46:01 +02:00
parent 01698caa66
commit d74d35e39e
3 changed files with 3 additions and 3 deletions

View File

@@ -578,7 +578,7 @@ static int node_group_separate_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
}
/* get node tree offset */
snode_group_offset(snode, &offx, &offy);
space_node_group_offset(snode, &offx, &offy);
switch (type) {
case NODE_GS_COPY: