Path.Area: fixed random wrong section output

This commit is contained in:
Zheng, Lei
2017-06-14 14:43:10 +08:00
committed by Yorik van Havre
parent 1065dc5d97
commit d6e16019fd

View File

@@ -173,6 +173,7 @@ Area::Area(const Area &other, bool deep_copy)
,myHaveFace(other.myHaveFace)
,myHaveSolid(other.myHaveSolid)
,myShapeDone(false)
,myProjecting(false)
{
if(!deep_copy || !other.isBuilt())
return;