We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ccc56 commit 6fcb6daCopy full SHA for 6fcb6da
1 file changed
Runtime/MeshSimplifier.cs
@@ -68,7 +68,7 @@ public sealed class MeshSimplifier
68
#endregion
69
70
#region Fields
71
- SimplificationOptions simplificationOptions = SimplificationOptions.Default;
+ private SimplificationOptions simplificationOptions = SimplificationOptions.Default;
72
private bool verbose = false;
73
74
private int subMeshCount = 0;
0 commit comments