From 5f17754a39c94c90be98313d52efab18e3cfc789 Mon Sep 17 00:00:00 2001 From: seth_productengine Date: Tue, 5 Jul 2011 21:21:26 +0300 Subject: SH-1965 FIXED recalculating physics in model upload wizard before requesting the upload fee. --- indra/newview/llfloatermodelwizard.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3