diff options
| author | 2021-04-30 01:47:36 +0200 | |
|---|---|---|
| committer | 2021-04-30 01:49:49 +0200 | |
| commit | 97235bf4e5e8a3502172e434c698562afd87d6b3 (patch) | |
| tree | 8b3f6545526177869ce4d5d0bc31b7ffcd33fce7 /node/dicerollernode.h | |
| parent | 9ab2e5cf3772e0e9709829268376ad4a00f47ecf (diff) | |
| download | OneRoll-97235bf4e5e8a3502172e434c698562afd87d6b3.tar.gz OneRoll-97235bf4e5e8a3502172e434c698562afd87d6b3.zip | |
Fix repeat bug.
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |