diff options
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rw-r--r-- | indra/newview/llpanelface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 2d2a0d6d0c..6b50a97e8d 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1878,6 +1878,7 @@ void LLPanelFace::updateMaterial() material_to_set = new LLMaterial(*mMaterial); } } + LLSelectMgr::getInstance()->selectionSetMaterial( material_to_set ); } else |