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/llface.h | |
parent | 8d410326c937a375fa0eb7855678e590499a79d2 (diff) | |
parent | 7b83f1dfd1daeb4e0b80e1c369e83137682a723c (diff) |
merge
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index b5eaeecd60..82e4ab61b7 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -329,13 +329,9 @@ public: { return lhs->getTexture() < rhs->getTexture(); } - else if (lte->getBumpShinyFullbright() != rte->getBumpShinyFullbright()) - { - return lte->getBumpShinyFullbright() < rte->getBumpShinyFullbright(); - } else { - return lte->getGlow() < rte->getGlow(); + return lte->getBumpShinyFullbright() < rte->getBumpShinyFullbright(); } } }; |