summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialeditor.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-01-23 13:25:21 -0600
committerDave Parks <davep@lindenlab.com>2023-01-23 13:25:21 -0600
commit68b86228b3884af54962a201117194c67795c6b4 (patch)
treee5f10f49202cc0fd772cd910075ad828abc491e3 /indra/newview/llmaterialeditor.cpp
parent3b891301c448a1f1bf04512b1259c74ed54e573f (diff)
parent51d89480fe8c648bd5bf532e9f0f9788299034c2 (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llmaterialeditor.cpp')
-rw-r--r--indra/newview/llmaterialeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp
index dabc7d16ea..a36ddeb532 100644
--- a/indra/newview/llmaterialeditor.cpp
+++ b/indra/newview/llmaterialeditor.cpp
@@ -2674,7 +2674,7 @@ public:
{
mSuccess = true;
}
- LLGLTFMaterialList::queueModify(objectp->getID(), te, material);
+ LLGLTFMaterialList::queueModify(objectp, te, material);
}
return true;
}