Skip to content

Commit

Permalink
This looks like a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jun 30, 2024
1 parent aa07d85 commit fc1d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimMesher/PrimMesher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ public Profile Copy(bool needFaces)

if (needFaces)
copy.faces.AddRange(faces);
if (copy.calcVertexNormals = calcVertexNormals)
if (copy.calcVertexNormals == calcVertexNormals)
{
copy.vertexNormals.AddRange(vertexNormals);
copy.faceNormal = faceNormal;
Expand Down

0 comments on commit fc1d57c

Please sign in to comment.