diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/SculptMesh.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/SculptMesh.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/SculptMesh.cs b/OpenSim/Region/Physics/Meshing/SculptMesh.cs index 1c3153a..360b2f7 100644 --- a/OpenSim/Region/Physics/Meshing/SculptMesh.cs +++ b/OpenSim/Region/Physics/Meshing/SculptMesh.cs | |||
@@ -202,7 +202,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
202 | { | 202 | { |
203 | this.triangles.Clear(); | 203 | this.triangles.Clear(); |
204 | this.vertices.Clear(); | 204 | this.vertices.Clear(); |
205 | normals = new float[0]; | 205 | //normals = new float[0]; |
206 | 206 | ||
207 | } | 207 | } |
208 | public void processSculptTexture() | 208 | public void processSculptTexture() |