diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-01 12:58:14 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-01 12:58:14 -0700 |
commit | 4bbb21ec2d8143064887365a43e1b9fbb0800fd3 (patch) | |
tree | 3c1fd6b4d20c39f49b7e156e959bcd1cfc7896ab | |
parent | 961d52fbd3d8f5cc14aad2da93455e9e21873793 (diff) |
NORSPEC-23 tex box fails to indicate multiple textures in use
-rw-r--r-- | indra/newview/llpanelface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 0d7b4b88c9..38a45ff4ce 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -693,7 +693,7 @@ void LLPanelFace::getState() return image_format; } } func2; - identical = LLSelectMgr::getInstance()->getSelection()->getSelectedTEValue( &func2, image_format ); + identical &= LLSelectMgr::getInstance()->getSelection()->getSelectedTEValue( &func2, image_format ); mIsAlpha = FALSE; switch (image_format) |