summaryrefslogtreecommitdiff
path: root/indra/newview/llpolymesh.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-14 22:59:36 -0500
committerOz Linden <oz@lindenlab.com>2010-12-14 22:59:36 -0500
commitad991346683c9e69d3e86b0e98275cb3fa47fb72 (patch)
tree371029c497c6453734771abc0eebb8755b841ad8 /indra/newview/llpolymesh.cpp
parent2027ce56a217b97848f5582a14f8ed81593a1f54 (diff)
parentefa42a6aab6d3ada198072c0e2be2b7d9b4e1eb5 (diff)
Automated merge with file:///Users/oz/Work/viewer-development
Diffstat (limited to 'indra/newview/llpolymesh.cpp')
-rw-r--r--indra/newview/llpolymesh.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp
index 363b0b8e9d..2942f4befb 100644
--- a/indra/newview/llpolymesh.cpp
+++ b/indra/newview/llpolymesh.cpp
@@ -602,6 +602,12 @@ BOOL LLPolyMeshSharedData::loadMesh( const std::string& fileName )
}
mMorphData.insert(morph_data);
+ /*
+ if (std::string(morphName) == "Breast_Gravity")
+ {
+ LLPolyMorphData *morph_data_clone = new LLPolyMorphData(std::string(morphName));
+ }
+ */
}
S32 numRemaps;