aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/dicerollernode.cpp')
-rw-r--r--node/dicerollernode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp
index ed6d102..5a2ea04 100644
--- a/node/dicerollernode.cpp
+++ b/node/dicerollernode.cpp
@@ -38,7 +38,7 @@ void DiceRollerNode::run(ExecutionNode* previous)
die->setMaxValue(m_max);
die->roll();
//qDebug() << die->getValue() << "value";
- m_diceResult->insertResult(die);
+ m_diceResult->insertResult(die);
}
if(nullptr!=m_nextNode)
{