diff options
author | Dr Scofield | 2008-06-27 17:25:03 +0000 |
---|---|---|
committer | Dr Scofield | 2008-06-27 17:25:03 +0000 |
commit | 7d55dfba8addd5c580e6c7bcf4449315428b84ed (patch) | |
tree | 8426d62dc435e54e5c7c58d2fa742a3841848727 /OpenSim/Region/Physics/Meshing/SculptMesh.cs | |
parent | dr scofield's warning safari: (diff) | |
download | opensim-SC_OLD-7d55dfba8addd5c580e6c7bcf4449315428b84ed.zip opensim-SC_OLD-7d55dfba8addd5c580e6c7bcf4449315428b84ed.tar.gz opensim-SC_OLD-7d55dfba8addd5c580e6c7bcf4449315428b84ed.tar.bz2 opensim-SC_OLD-7d55dfba8addd5c580e6c7bcf4449315428b84ed.tar.xz |
dr scofield's warnings safari:
* commenting out unused variables
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 c9933fe..95a244d 100644 --- a/OpenSim/Region/Physics/Meshing/SculptMesh.cs +++ b/OpenSim/Region/Physics/Meshing/SculptMesh.cs | |||
@@ -223,7 +223,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
223 | Vertex v1 = new Vertex(0,0,0); | 223 | Vertex v1 = new Vertex(0,0,0); |
224 | 224 | ||
225 | // Create a vertex position from the RGB channels in the current pixel | 225 | // Create a vertex position from the RGB channels in the current pixel |
226 | int ypos = y * bLOD.Width; | 226 | // int ypos = y * bLOD.Width; |
227 | 227 | ||
228 | 228 | ||
229 | if (y == 0) | 229 | if (y == 0) |