Path.Area: fixed random wrong section output
This commit is contained in:
committed by
Yorik van Havre
parent
1065dc5d97
commit
d6e16019fd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user