From 8a271b9621efc36c9fe4a186994bda3aa8713c91 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Tue, 3 Jul 2012 13:40:32 +0200 Subject: [PATCH] HTTP texture fix - the brutal and inefficient way -.- --- indra/newview/lltexturefetch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 3765012a9..1fa37f994 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -1282,6 +1282,8 @@ bool LLTextureFetchWorker::doWork(S32 param) return true ; //abort. } } + resetFormattedData(); + cur_size = 0; } mRequestedSize = mDesiredSize; mRequestedDiscard = mDesiredDiscard;