diff options
Diffstat (limited to 'result')
| -rw-r--r-- | result/diceresult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp index 7129f43..2f13210 100644 --- a/result/diceresult.cpp +++ b/result/diceresult.cpp @@ -184,7 +184,7 @@ Result* DiceResult::getCopy() const { auto newdie= new Die(*die); newdie->setDisplayed(false); - die->displayed(); + // die->displayed(); list.append(newdie); } copy->setResultList(list); |