diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-01-23 13:25:21 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-01-23 13:25:21 -0600 |
| commit | 68b86228b3884af54962a201117194c67795c6b4 (patch) | |
| tree | e5f10f49202cc0fd772cd910075ad828abc491e3 /indra/newview/llpanelface.cpp | |
| parent | 3b891301c448a1f1bf04512b1259c74ed54e573f (diff) | |
| parent | 51d89480fe8c648bd5bf532e9f0f9788299034c2 (diff) | |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llpanelface.cpp')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index cf02f3c4e4..cb09ec9fbf 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -152,7 +152,7 @@ void LLPanelFace::updateSelectedGLTFMaterials(std::function<void(LLGLTFMaterial* new_override = *tep->getGLTFMaterialOverride(); } mFunc(&new_override); - LLGLTFMaterialList::queueModify(object->getID(), face, &new_override); + LLGLTFMaterialList::queueModify(object, face, &new_override); return true; } |
