diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-11-10 13:21:06 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-11-10 13:21:06 -0600 |
| commit | 76de36c40520445d7ad77f85cd6c601942b97032 (patch) | |
| tree | ef734704f7f81f1191e150e3b664fee524d4935e /indra/newview/llappviewer.cpp | |
| parent | d68f379786ed54dbce9dcf921ded4cccd0c5c61e (diff) | |
SL-18602 Integrate queueModify/queueApply/queueUpdate into all the places that used to post to ModifyMaterialParams directly.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 66316a18d4..f3f512a6f2 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -107,6 +107,7 @@ #include "llscenemonitor.h" #include "llavatarrenderinfoaccountant.h" #include "lllocalbitmaps.h" +#include "llgltfmateriallist.h" // Linden library includes #include "llavatarnamecache.h" @@ -4705,6 +4706,8 @@ void LLAppViewer::idle() LLDirPickerThread::clearDead(); F32 dt_raw = idle_timer.getElapsedTimeAndResetF32(); + LLGLTFMaterialList::flushUpdates(); + // Service the WorkQueue we use for replies from worker threads. // Use function statics for the timeslice setting so we only have to fetch // and convert MainWorkTime once. |
