fix tuple inequality error
This commit is contained in:
parent
ed05b9bd94
commit
d40675d193
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ namespace MatterHackers.PolygonMesh
|
|||
{
|
||||
var firstSlice = true;
|
||||
|
||||
if (item1 == item2)
|
||||
if (item1.mesh == item2.mesh)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue