summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-18 17:03:34 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-18 17:03:34 -0400
commit36bb33b12ab090e2acbc7e00039cdff682882fa4 (patch)
treef09b7258220148b682c39019f189b2060ef3d8bd /indra/newview/llviewertexture.cpp
parentc2ddc68afe0d9f122ee846ec1de1b4394f04998f (diff)
sunshine cleanup annotations
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-xindra/newview/llviewertexture.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 7e35af7e63..80f25b7d4c 100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -964,6 +964,8 @@ LLViewerFetchedTexture::LLViewerFetchedTexture(const LLUUID& id, FTType f_type,
mFTType = f_type;
if (mFTType == FTT_HOST_BAKE)
{
+ // SUNSHINE CLEANUP
+ llassert(false);
mCanUseHTTP = false;
}
generateGLTexture() ;