From 2fc0694a33bdadd49e1b0b6022d173546610d889 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Fri, 10 Feb 2023 12:46:16 -0600 Subject: SL-18122 Fix for HUD text disappearing. --- indra/newview/llviewertexture.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index 721498572f..578deb8b3f 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1904,18 +1904,12 @@ bool LLViewerFetchedTexture::updateFetch() { mIsFetching = FALSE; mLastFetchState = -1; - setDebugText(""); mLastPacketTimer.reset(); } else { mFetchState = LLAppViewer::getTextureFetch()->getFetchState(mID, mDownloadProgress, mRequestedDownloadPriority, mFetchPriority, mFetchDeltaTime, mRequestDeltaTime, mCanUseHTTP); - /*if (mFetchState != mLastFetchState) - { - setDebugText(LLTextureFetch::getStateString(mFetchState)); - mLastFetchState = mFetchState; - }*/ } // We may have data ready regardless of whether or not we are finished (e.g. waiting on write) -- cgit v1.2.3