diff options
| author | Richard Linden <none@none> | 2012-09-06 14:11:42 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2012-09-06 14:11:42 -0700 | 
| commit | 456a9a44d8bb039c21a9c125686778972077121d (patch) | |
| tree | 7d9f1a7350e6a1148cc5124a0b2395d6a7ae8987 | |
| parent | 3254f9fb5f44426494208927c464d2f1447f812a (diff) | |
fixed build
| -rw-r--r-- | indra/newview/lltexturefetch.cpp | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 216a022774..e7538d685d 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -3427,18 +3427,20 @@ void LLTextureFetchDebugger::tryToStopDebug()  	}  	if(update(0.005f)) -		{ -	//unlock the fetcher -	mFetcher->lockFetcher(false); +	{ +		//unlock the fetcher +		mFetcher->lockFetcher(false);  		mFetcher->resetLoadSource(); -	mFreezeHistory = FALSE; +		mFreezeHistory = FALSE;  		mStopDebug = FALSE;  		if(mClearHistory)  		{  			mFetchingHistory.clear();  			init();	 -	mTotalFetchingTime = gTextureTimer.getElapsedTimeF32(); //reset +			mTotalFetchingTime = gTextureTimer.getElapsedTimeF32(); //reset +		} +	}  }  //called in the main thread and when the fetching queue is empty | 
