aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/paintnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/paintnode.cpp')
-rw-r--r--node/paintnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/paintnode.cpp b/node/paintnode.cpp
index 0cd4e10..c0c7079 100644
--- a/node/paintnode.cpp
+++ b/node/paintnode.cpp
@@ -86,7 +86,7 @@ void PainterNode::run(ExecutionNode* previous)
}
if(nullptr != m_nextNode)
{
- m_nextNode->run(previous);
+ m_nextNode->run(this);
}
}
Result* PainterNode::getResult()