diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-24 15:32:58 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-24 15:32:58 -0500 |
commit | e2b52009ea509ec67341df196f3ad629869493e1 (patch) | |
tree | 65089b4903f6169f46333156d965609735f0a3dd /indra/newview/llpreviewtexture.cpp | |
parent | 8d410326c937a375fa0eb7855678e590499a79d2 (diff) | |
parent | 7b83f1dfd1daeb4e0b80e1c369e83137682a723c (diff) |
merge
Diffstat (limited to 'indra/newview/llpreviewtexture.cpp')
-rw-r--r-- | indra/newview/llpreviewtexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewtexture.cpp b/indra/newview/llpreviewtexture.cpp index 18d6731fcb..3ff5a05d81 100644 --- a/indra/newview/llpreviewtexture.cpp +++ b/indra/newview/llpreviewtexture.cpp @@ -169,7 +169,7 @@ void LLPreviewTexture::draw() saveAs(); } // Draw the texture - glColor3f( 1.f, 1.f, 1.f ); + gGL.diffuseColor3f( 1.f, 1.f, 1.f ); gl_draw_scaled_image(interior.mLeft, interior.mBottom, interior.getWidth(), |