summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-04 13:23:47 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-04 13:31:27 +0200
commit3290f16f29e503115b7eaeb2005cfdbba42668dd (patch)
tree571f47e765ebb3ca8ec922bdd0bff0c64b195fd8 /indra/newview/llpanelface.h
parent81a4c7598d5971b46826e37a0237a659b8895822 (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.h1
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);