diff options
| -rw-r--r-- | indra/newview/lltextureview.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index f7636b2473..29925657b5 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -524,8 +524,8 @@ void LLGLTexMemBar::draw()  	// Gray background using completely magic numbers  	gGL.color4f(0.f, 0.f, 0.f, 0.25f); -	const LLRect & rect(getRect()); -	gl_rect_2d(-4, v_offset, rect.mRight - rect.mLeft + 2, v_offset + line_height*4); +	// const LLRect & rect(getRect()); +	// gl_rect_2d(-4, v_offset, rect.mRight - rect.mLeft + 2, v_offset + line_height*4);  	std::string text = "";  	LLFontGL::getFontMonospace()->renderUTF8(text, 0, 0, v_offset + line_height*6, | 
