aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/SculptMesh.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/SculptMesh.cs')
-rw-r--r--OpenSim/Region/Physics/Meshing/SculptMesh.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/SculptMesh.cs b/OpenSim/Region/Physics/Meshing/SculptMesh.cs
index 28a4473..5760591 100644
--- a/OpenSim/Region/Physics/Meshing/SculptMesh.cs
+++ b/OpenSim/Region/Physics/Meshing/SculptMesh.cs
@@ -213,7 +213,7 @@ namespace OpenSim.Region.Physics.Meshing
213 int COLUMNS = x_max + 1; 213 int COLUMNS = x_max + 1;
214 214
215 Vertex[] sVertices = new Vertex[COLUMNS * y_max]; 215 Vertex[] sVertices = new Vertex[COLUMNS * y_max];
216 float[] indices = new float[COLUMNS * (y_max - 1) * 6]; 216 //float[] indices = new float[COLUMNS * (y_max - 1) * 6];
217 217
218 for (int y = 0; y < y_max; y++) 218 for (int y = 0; y < y_max; y++)
219 { 219 {