Skip to content

Commit

Permalink
-fix merge operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud G committed Apr 29, 2017
1 parent 548d807 commit 9d4feb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/mergenode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ void MergeNode::run(ExecutionNode* previous)
{
Die* tmpdie = new Die();
*tmpdie=*die;
die->displayed();
m_diceResult->getResultList().append(tmpdie);
}
}
Expand Down

0 comments on commit 9d4feb2

Please sign in to comment.