aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-11 18:49:05 +0000
committerJustin Clark-Casey (justincc)2009-11-11 18:49:05 +0000
commit6d88c96e01088edc9777a9fb0abfd58ff8c1d8c7 (patch)
tree1c79641580925fd0cbd84aed3d2eabbb751e5821
parentAdd basic new uuid gatherer tests to check behaviour when the gather seed is ... (diff)
downloadopensim-SC_OLD-6d88c96e01088edc9777a9fb0abfd58ff8c1d8c7.zip
opensim-SC_OLD-6d88c96e01088edc9777a9fb0abfd58ff8c1d8c7.tar.gz
opensim-SC_OLD-6d88c96e01088edc9777a9fb0abfd58ff8c1d8c7.tar.bz2
opensim-SC_OLD-6d88c96e01088edc9777a9fb0abfd58ff8c1d8c7.tar.xz
minor: remove mono compiler warning
-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 281ba12..a8f9ae5 100644
--- a/OpenSim/Region/Physics/Meshing/SculptMesh.cs
+++ b/OpenSim/Region/Physics/Meshing/SculptMesh.cs
@@ -333,7 +333,7 @@ namespace PrimMesher
333 // int height = sculptBitmap.Height / scale; 333 // int height = sculptBitmap.Height / scale;
334 334
335 int width = rows[0].Count; 335 int width = rows[0].Count;
336 int height = rows.Count; 336// int height = rows.Count;
337 337
338 int p1, p2, p3, p4; 338 int p1, p2, p3, p4;
339 339