diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-11-30 17:47:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 17:47:46 +0200 |
| commit | 88aefc95eace0bb8ea21cb44514d41d98bdf74cc (patch) | |
| tree | 7e4ef5796a8e1da692d32eadf80f0cc9f64d561f /indra/newview/llpanelface.cpp | |
| parent | 9d4d7477c79d3cf912fd1d0628049ec0a5776567 (diff) | |
SL-20655 FIXED Texture permissions not enforced in Material floaters
Diffstat (limited to 'indra/newview/llpanelface.cpp')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index e7b856f743..ffcc4be290 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1980,8 +1980,7 @@ void LLPanelFace::updateUIGLTF(LLViewerObject* objectp, bool& has_pbr_material, if (objectp->isAttachment()) { - pbr_ctrl->setImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER | PERM_MODIFY); - pbr_ctrl->setDnDFilterPermMask(PERM_COPY | PERM_TRANSFER | PERM_MODIFY); + pbr_ctrl->setFilterPermissionMasks(PERM_COPY | PERM_TRANSFER | PERM_MODIFY); } else { |
