diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-10 18:30:41 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-10 18:30:41 +0200 |
commit | 0ecc677b4970959f1cd7b14f12e01ab331eae6c7 (patch) | |
tree | 2c7ccdfb399268a20b420ca706435a223dab1845 /indra/newview/llselectmgr.cpp | |
parent | d68f379786ed54dbce9dcf921ded4cccd0c5c61e (diff) |
SL-18583 Missed flushUpdates
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
-rw-r--r-- | indra/newview/llselectmgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp index 22dae36255..fef6c97caf 100644 --- a/indra/newview/llselectmgr.cpp +++ b/indra/newview/llselectmgr.cpp @@ -1818,6 +1818,8 @@ void LLObjectSelection::applyNoCopyPbrMaterialToTEs(LLViewerInventoryItem* item) } } } + + LLGLTFMaterialList::flushUpdates(); } @@ -2016,6 +2018,8 @@ void LLSelectMgr::selectionSetGLTFMaterial(const LLUUID& mat_id) } } sendfunc(item); getSelection()->applyToObjects(&sendfunc); + + LLGLTFMaterialList::flushUpdates(); } //----------------------------------------------------------------------------- |