diff options
| -rw-r--r-- | diceparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 0937733..9bb4309 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -459,6 +459,7 @@ void DiceParser::getLastDiceResult(ExportedDiceResult& diceValues,bool& homogene { if(homogeneous) { + homogeneous = diceResult->isHomogeneous(); } quint64 face=0; |