diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-27 00:38:52 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-27 00:38:52 +0000 |
commit | 4f93192e7d00f1f03e0e5241e9f1d2f31623729c (patch) | |
tree | 5503b0ae75413c5eaf7266e655ca4b0e7f6ce585 /indra/newview | |
parent | 3d698286fbdcdfc0c9bdcb873f0d2af124640a0b (diff) |
Fix for mac/linux 'ruth' appearance. Fix for linux build issue
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerwearable.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerwearable.cpp b/indra/newview/llviewerwearable.cpp index 162c20837a..41cef237ed 100644 --- a/indra/newview/llviewerwearable.cpp +++ b/indra/newview/llviewerwearable.cpp @@ -319,7 +319,8 @@ void LLViewerWearable::writeToAvatar(LLAvatarAppearance *avatarp) if (!viewer_avatar->isValid()) return; -#if 1 + // *TODO: Check with Vir on this: +#if 0 if (!viewer_avatar->isUsingLocalAppearance()) { return; |