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 b28ed1de02
commit c8ffaf3321

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;