diff options
Diffstat (limited to 'indra/newview/llfloaterimportcollada.cpp')
-rw-r--r-- | indra/newview/llfloaterimportcollada.cpp | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/indra/newview/llfloaterimportcollada.cpp b/indra/newview/llfloaterimportcollada.cpp index cd4d13b58d..20907e899e 100644 --- a/indra/newview/llfloaterimportcollada.cpp +++ b/indra/newview/llfloaterimportcollada.cpp @@ -481,13 +481,14 @@ BOOL LLImportColladaAssetCache::uploadMeshAsset(domMesh* mesh) // write model to temp file std::string filename = gDirUtilp->getTempFilename(); - LLModel::writeModel(filename, - lods[4], - lods[0], - lods[1], - lods[2], - lods[3], - lods[4]->mPhysicsShape); + LLModel::writeModel( + filename, + lods[4], + lods[0], + lods[1], + lods[2], + lods[3], + lods[4]->mConvexHullDecomp); // copy file to VFS |