From 5304945e03d6297a9fe78e7038f7154dcbbb87f1 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 9 Mar 2016 18:33:30 +0200 Subject: MAINT-2969 FIXED decompressDCTPatch crashes all viewers in certain regions --- indra/newview/llsurface.cpp | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.3