diff options
| author | Howard Stearns <howard.stearns@gmail.com> | 2022-03-02 17:39:12 -0800 |
|---|---|---|
| committer | Howard Stearns <howard.stearns@gmail.com> | 2022-03-02 17:39:12 -0800 |
| commit | 239a29ab5c67bef8ffc773b0f405d8cc4542cf34 (patch) | |
| tree | 92f6dd81aa9db7983df76219a08da80d021bd2fa /indra/newview/llfloatermodelpreview.cpp | |
| parent | 130d0c0704c97a427bc28f9164f71ce67535e894 (diff) | |
SL-9748 - more cases
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
| -rw-r--r-- | indra/newview/llfloatermodelpreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 71ae31e665..4a51533a57 100644 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -483,6 +483,7 @@ void LLFloaterModelPreview::prepareToLoadModel(S32 lod) { // loading physics from file mModelPreview->mPhysicsSearchLOD = lod; + mModelPreview->mLastSpecifiedPhysicsP = NULL; } } void LLFloaterModelPreview::loadModel(S32 lod) |
