From 97235bf4e5e8a3502172e434c698562afd87d6b3 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 30 Apr 2021 01:47:36 +0200 Subject: Fix repeat bug. --- node/dicerollernode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/dicerollernode.h b/node/dicerollernode.h index a59f97c..67d4074 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -57,7 +57,7 @@ private: DiceResult* m_diceResult; qint64 m_min; Die::ArithmeticOperator m_operator; - bool m_unique; + bool m_unique = false; }; #endif // DICEROLLERNODE_H -- cgit v1.2.3-70-g09d2