summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolwater.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-12-13 11:40:14 -0600
committerDave Parks <davep@lindenlab.com>2022-12-13 11:40:14 -0600
commit20c578b7ae512e7c8128eb78f9dc4080fd556a91 (patch)
tree59a3a9b2b26506e79edcf51026053d63ed0546e8 /indra/newview/lldrawpoolwater.cpp
parentfe37ea5b3f6e5d0b222441496105072a276e2926 (diff)
SL-18808 Fix for highlight transparent texture missing.
Diffstat (limited to 'indra/newview/lldrawpoolwater.cpp')
-rw-r--r--indra/newview/lldrawpoolwater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwater.cpp b/indra/newview/lldrawpoolwater.cpp
index bc42dab1f2..77da29061d 100644
--- a/indra/newview/lldrawpoolwater.cpp
+++ b/indra/newview/lldrawpoolwater.cpp
@@ -743,7 +743,7 @@ void LLDrawPoolWater::renderWater()
LLViewerTexture *LLDrawPoolWater::getDebugTexture()
{
- return LLViewerFetchedTexture::sSmokeImagep;
+ return LLViewerTextureManager::getFetchedTexture(IMG_SMOKE);
}
LLColor3 LLDrawPoolWater::getDebugColor() const