From 9f57feb3052ef74c9ee6aa08b39f04ee61f6839c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 3 Mar 2015 22:57:16 +0100 Subject: -store pointeur to previous node. --- node/keepdiceexecnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/keepdiceexecnode.cpp') diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp index c219e77..62b4c8f 100644 --- a/node/keepdiceexecnode.cpp +++ b/node/keepdiceexecnode.cpp @@ -12,7 +12,7 @@ KeepDiceExecNode::KeepDiceExecNode() void KeepDiceExecNode::run(ExecutionNode* previous) { -// qDebug() << "KeepDiceExecNode node"; +m_previousNode = previous; if(NULL==previous) { return; -- cgit v1.2.3-70-g09d2