diff options
author | Dave Parks <davep@lindenlab.com> | 2022-12-13 11:40:14 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-12-13 11:40:14 -0600 |
commit | 20c578b7ae512e7c8128eb78f9dc4080fd556a91 (patch) | |
tree | 59a3a9b2b26506e79edcf51026053d63ed0546e8 /indra/newview/lldrawpoolwater.cpp | |
parent | fe37ea5b3f6e5d0b222441496105072a276e2926 (diff) |
SL-18808 Fix for highlight transparent texture missing.
Diffstat (limited to 'indra/newview/lldrawpoolwater.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwater.cpp | 2 |
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 |