Fix default flat shading
parent
85449e36e7
commit
0543e8a0be
|
@ -14,7 +14,7 @@ void Preferences::loadDefault()
|
||||||
{
|
{
|
||||||
m_componentCombineMode = CombineMode::Normal;
|
m_componentCombineMode = CombineMode::Normal;
|
||||||
m_partColor = Qt::white;
|
m_partColor = Qt::white;
|
||||||
m_flatShading = false;
|
m_flatShading = true;
|
||||||
m_threeNodesBranchEnabled = false;
|
m_threeNodesBranchEnabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue