summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-23 18:15:25 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-23 18:15:25 -0400
commitda398cb12f05f32441e4ca843448ea8f4e2acc95 (patch)
treed6f6c41cef0f2687ba963cf1bb925dc224c9a957 /indra/newview/llviewertexture.cpp
parentd50be6a8a959b8d7b0f5c8a68b99d3929c17dced (diff)
SH-3455 WIP - post-SSA cleanup
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-xindra/newview/llviewertexture.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 80f25b7d4c..18cfa82421 100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -964,9 +964,7 @@ LLViewerFetchedTexture::LLViewerFetchedTexture(const LLUUID& id, FTType f_type,
mFTType = f_type;
if (mFTType == FTT_HOST_BAKE)
{
- // SUNSHINE CLEANUP
- llassert(false);
- mCanUseHTTP = false;
+ llwarns << "Unsupported fetch type " << mFTType << llendl;
}
generateGLTexture() ;
}