diff options
| -rw-r--r-- | indra/newview/llfloatermodelwizard.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelwizard.cpp b/indra/newview/llfloatermodelwizard.cpp index ae6b1dd85b..7efcdb6145 100644 --- a/indra/newview/llfloatermodelwizard.cpp +++ b/indra/newview/llfloatermodelwizard.cpp @@ -133,6 +133,10 @@ void LLFloaterModelWizard::setState(int state)  		if (mLastEnabledState < state)  		{  			mModelPreview->setPhysicsFromLOD(1); + +			// Trigger the recalculate physics when first entering +			// the Physics step. +			onClickRecalculatePhysics();  		}  		mModelPreview->mViewOption["show_physics"] = true;  | 
