summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-03-24 18:05:06 +0200
committerGitHub <noreply@github.com>2025-03-24 18:05:06 +0200
commit6b88a2bec27e24debb4eb4fe986850f36f8689a9 (patch)
treead061c6cbd076ee599404e40d498bdf60737c98d /indra/newview/llviewerobject.h
parent0ec9bfaabde12d82ba6b840589f849b7cf279417 (diff)
#3780 disable water exclusion if user applies PBR or Media
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 63458e60ea..2b52ea2076 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -405,6 +405,8 @@ public:
LLViewerTexture *getTENormalMap(const U8 te) const;
LLViewerTexture *getTESpecularMap(const U8 te) const;
+ void clearTEWaterExclusion(const U8 te);
+
bool isImageAlphaBlended(const U8 te) const;
void fitFaceTexture(const U8 face);