From 9872fa26641aa57acc0c01fd8d1a981f9984eab5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 22 May 2020 01:51:51 +0200 Subject: Fix behaviour of output. --- result/diceresult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'result/diceresult.cpp') 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); -- cgit v1.2.3-70-g09d2