diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:02 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:02 -0500 |
commit | 719610e68ba8275f08f51d127ab760799cb1d1c3 (patch) | |
tree | 3417bdc24d707e13f9eb4fe08792b5c11205b24f /indra/newview/llfloatermodelpreview.h | |
parent | c44fe35125b075b53bc13b38b5771ee38d65934d (diff) |
SH-1225 Import convex hull data from .slm
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 68fa0fa4c1..6542ed4fbe 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -358,8 +358,7 @@ public: U32 mGroup; std::map<LLPointer<LLModel>, U32> mObject; U32 mMaxTriangleLimit; - std::map<LLPointer<LLModel>, std::vector<LLPointer<LLVertexBuffer> > > mPhysicsMesh; - + LLMeshUploadThread::instance_list mUploadData; std::set<LLViewerFetchedTexture* > mTextureSet; |