summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-11-10 13:21:30 -0600
committerDave Parks <davep@lindenlab.com>2022-11-10 13:21:30 -0600
commit70b8e17f17045b95bf3bda241ca8e91fc94fa808 (patch)
treedfae1805abc45e5b326d61bcbd3b3ae0dbaf7d52 /indra/newview/llpanelface.cpp
parent76de36c40520445d7ad77f85cd6c601942b97032 (diff)
parent0ecc677b4970959f1cd7b14f12e01ab331eae6c7 (diff)
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rw-r--r--indra/newview/llpanelface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index b6af2feee3..e2ff29039d 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -4249,6 +4249,8 @@ void LLPanelFace::onPasteTexture()
LLPanelFaceUpdateFunctor sendfunc(true, true);
selected_objects->applyToObjects(&sendfunc);
+ LLGLTFMaterialList::flushUpdates();
+
LLPanelFaceNavigateHomeFunctor navigate_home_func;
selected_objects->applyToTEs(&navigate_home_func);
}