aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/die.cpp b/die.cpp
index 7a79e88..1c52adb 100644
--- a/die.cpp
+++ b/die.cpp
@@ -43,6 +43,7 @@ Die::Die(const Die& die)
m_faces = die.m_faces;
m_highlighted = die.m_highlighted;
m_base = die.m_base;
+ m_color = die.getColor();
}
void Die::setValue(qint64 r)