backing out sh-512 changes

master
leyla_linden 2011-02-10 16:26:23 -08:00
parent 27286e4871
commit 5addce7331
1 changed files with 1 additions and 1 deletions

View File

@ -1934,7 +1934,7 @@ void LLPanelObject::refresh()
getChildView("Physics Density")->setVisible(enable_mesh);
getChildView("Physics Restitution")->setVisible(enable_mesh);
F32 max_scale = DEFAULT_MAX_PRIM_SCALE_NO_MESH;
F32 max_scale = get_default_max_prim_scale();
getChild<LLSpinCtrl>("Scale X")->setMaxValue(max_scale);
getChild<LLSpinCtrl>("Scale Y")->setMaxValue(max_scale);
getChild<LLSpinCtrl>("Scale Z")->setMaxValue(max_scale);