diff options
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index ae1eec81e0..27d8325844 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -5113,6 +5113,14 @@ void LLViewerWindow::revealIntroPanel()  	}  } +void LLViewerWindow::initTextures(S32 location_id) +{ +    if (mProgressView) +    { +        mProgressView->initTextures(location_id, LLGridManager::getInstance()->isInProductionGrid()); +    } +} +  void LLViewerWindow::setShowProgress(const BOOL show)  {  	if (mProgressView) @@ -5166,7 +5174,6 @@ void LLViewerWindow::setProgressCancelButtonVisible( BOOL b, const std::string&  	}  } -  LLProgressView *LLViewerWindow::getProgressView() const  {  	return mProgressView;  | 
