summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-03-09 18:33:30 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-03-09 18:33:30 +0200
commit5304945e03d6297a9fe78e7038f7154dcbbb87f1 (patch)
tree8e9e820c3a19e923bc28491feada6ab4da3b3dac
parent9ed050e0e0f2687bb0a78cc1eaaf706ffb9db587 (diff)
MAINT-2969 FIXED decompressDCTPatch crashes all viewers in certain regions
-rwxr-xr-xindra/newview/llsurface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsurface.cpp b/indra/newview/llsurface.cpp
index 503dd6747d..cb356726e6 100755
--- a/indra/newview/llsurface.cpp
+++ b/indra/newview/llsurface.cpp
@@ -718,7 +718,6 @@ void LLSurface::decompressDCTPatch(LLBitPack &bitpack, LLGroupHeader *gopp, BOOL
<< " quant_wbits " << (S32)ph.quant_wbits
<< " patchids " << (S32)ph.patchids
<< LL_ENDL;
- LLAppViewer::instance()->badNetworkHandler();
return;
}