diff options
author | pavelkproductengine <none@none> | 2015-10-09 18:14:37 +0300 |
---|---|---|
committer | pavelkproductengine <none@none> | 2015-10-09 18:14:37 +0300 |
commit | af9971e43a37c47b7175bce0d350c73a282ff818 (patch) | |
tree | a70f1e78c27187daeaab364faece5d0d3f28d6ba /indra/newview/llavatariconctrl.cpp | |
parent | 17ff449ae6b2759f212daa4fd3de0a7ea2664866 (diff) | |
parent | 358b29060fc3caf8de212985b17686b4460cc6d9 (diff) |
Merge Xcode 7 Update
Diffstat (limited to 'indra/newview/llavatariconctrl.cpp')
-rwxr-xr-x | indra/newview/llavatariconctrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavatariconctrl.cpp b/indra/newview/llavatariconctrl.cpp index 281e591b48..25a5df9781 100755 --- a/indra/newview/llavatariconctrl.cpp +++ b/indra/newview/llavatariconctrl.cpp @@ -311,6 +311,7 @@ bool LLAvatarIconCtrl::updateFromCache() else { LLIconCtrl::setValue(mDefaultIconName); + return false; } return true; |