track movement with pointer tool

This commit is contained in:
itsmattkc
2019-08-22 10:33:40 +10:00
parent f03cc8fe07
commit 0ede7bd319
8 changed files with 70 additions and 22 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ QList<Node *> Node::GetExclusiveDependencies()
if (deps.contains(edge->input()->parent())) {
deps.removeAt(i);
i--; // -1 since we just removed a Node here
i--; // -1 since we just removed a Node in this list
j = params.size(); // No need to keep looking at this Node's params
break; // Or this param's edges
}