summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-24 15:32:58 -0500
committerDave Parks <davep@lindenlab.com>2011-10-24 15:32:58 -0500
commite2b52009ea509ec67341df196f3ad629869493e1 (patch)
tree65089b4903f6169f46333156d965609735f0a3dd /indra/newview/llface.h
parent8d410326c937a375fa0eb7855678e590499a79d2 (diff)
parent7b83f1dfd1daeb4e0b80e1c369e83137682a723c (diff)
merge
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h6
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();
}
}
};