aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
index 7667e91..df08381 100644
--- a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
@@ -995,7 +995,7 @@ namespace OpenSim.Region.Physics.Meshing
995 995
996 // If this mesh has been created already, return it instead of creating another copy 996 // If this mesh has been created already, return it instead of creating another copy
997 // For large regions with 100k+ prims and hundreds of copies of each, this can save a GB or more of memory 997 // For large regions with 100k+ prims and hundreds of copies of each, this can save a GB or more of memory
998 key = primShape.GetMeshKey(size, lod); 998 key = primShape.GetMeshKey(size, lod, convex);
999 if (m_uniqueMeshes.TryGetValue(key, out mesh)) 999 if (m_uniqueMeshes.TryGetValue(key, out mesh))
1000 return mesh; 1000 return mesh;
1001 1001