diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2022-02-25 18:32:55 -0800 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-02-25 18:32:55 -0800 |
commit | 9210ec8a82226bd0786d309fcf9e056d08ed1b0f (patch) | |
tree | c06ded3311bb5933193c917c8d8d2e6c03a215ec /indra/newview/llmodelpreview.h | |
parent | 1abc02ed6b5578f758e37abb5858a24408be4c68 (diff) |
SL-9748 - Apply explicitly given physics shape only if the usual rules do not.
Diffstat (limited to 'indra/newview/llmodelpreview.h')
-rw-r--r-- | indra/newview/llmodelpreview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmodelpreview.h b/indra/newview/llmodelpreview.h index 3664a27a72..5a9fc93879 100644 --- a/indra/newview/llmodelpreview.h +++ b/indra/newview/llmodelpreview.h @@ -217,6 +217,8 @@ private: LLVOAvatar* getPreviewAvatar(void) { return mPreviewAvatar; } // Count amount of original models, excluding sub-models static U32 countRootModels(LLModelLoader::model_list models); + LLModel* mLastSpecifiedPhysicsP{}; // As opposed to being found by name or LOD; + std::string mLastSpecifiedPhysicsModelOriginalName{""}; // Since the above will have it's label bashed. protected: friend class LLModelLoader; |