diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-04 13:23:47 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-04 13:31:27 +0200 |
| commit | 3290f16f29e503115b7eaeb2005cfdbba42668dd (patch) | |
| tree | 571f47e765ebb3ca8ec922bdd0bff0c64b195fd8 /indra/newview/llpanelface.h | |
| parent | 81a4c7598d5971b46826e37a0237a659b8895822 (diff) | |
SL-18854 Fix drag'n drop of plain textures on faces in PBR mode
When in PBR 'mode', defaulted texture drops to diffuse channel
Diffstat (limited to 'indra/newview/llpanelface.h')
| -rw-r--r-- | indra/newview/llpanelface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index c0afc79cbe..707d693672 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -119,6 +119,7 @@ public: } LLRender::eTexIndex getTextureChannelToEdit(); + LLRender::eTexIndex getTextureDropChannel(); protected: void navigateToTitleMedia(const std::string url); |
