From 9d322992515305edfd34f72a77fff1793c7325d5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 12 Jun 2020 20:27:57 +0200 Subject: Fix error with paint node. --- node/paintnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/paintnode.cpp') 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() -- cgit v1.2.3-70-g09d2