diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 18:15:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 18:15:25 -0400 |
commit | da398cb12f05f32441e4ca843448ea8f4e2acc95 (patch) | |
tree | d6f6c41cef0f2687ba963cf1bb925dc224c9a957 /indra/newview/llviewertexture.cpp | |
parent | d50be6a8a959b8d7b0f5c8a68b99d3929c17dced (diff) |
SH-3455 WIP - post-SSA cleanup
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-x | indra/newview/llviewertexture.cpp | 4 |
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() ; } |