diff --git a/Runtime/MeshSimplifier.cs b/Runtime/MeshSimplifier.cs index ddb6505..0ac77e3 100644 --- a/Runtime/MeshSimplifier.cs +++ b/Runtime/MeshSimplifier.cs @@ -504,7 +504,6 @@ public bool PreserveUVFoldoverEdges set { preserveUVFoldoverEdges = value; } } - /// /// Gets or sets if the discrete curvature of the mesh surface be taken into account during simplification. /// Default value: false