diff options
Diffstat (limited to 'node/dicerollernode.cpp')
| -rw-r--r-- | node/dicerollernode.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index f2b002d..ed6d102 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -70,6 +70,8 @@ qint64 DiceRollerNode::getPriority() const // { // priority = m_nextNode->getPriority(); // } + + return priority; } ExecutionNode* DiceRollerNode::getCopy() const |