diff options
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index bbfe2e46f2..427bcb8a75 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -139,7 +139,7 @@ public: void merge(const LLMeshDecomposition* rhs); LLUUID mMeshID; - LLModel::physics_shape mHull; + LLModel::convex_hull_decomposition mHull; LLModel::hull mBaseHull; std::vector<LLPointer<LLVertexBuffer> > mMesh; @@ -165,7 +165,7 @@ public: //output state std::string mStatusMessage; std::vector<LLPointer<LLVertexBuffer> > mHullMesh; - LLModel::physics_shape mHull; + LLModel::convex_hull_decomposition mHull; virtual S32 statusCallback(const char* status, S32 p1, S32 p2) = 0; virtual void completed() = 0; |