From 97b55642983694366a7fd0c8e8b7182f80a5d874 Mon Sep 17 00:00:00 2001 From: bawar9 Date: Sun, 22 Mar 2020 18:09:28 +0500 Subject: [PATCH] Removed an empty line to stay consistent with the rest of the code style. --- Runtime/MeshSimplifier.cs | 1 - 1 file changed, 1 deletion(-) 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