summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 59269c2115..18ea184da6 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -1423,9 +1423,9 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
static const GLfloat SHININESS_TO_ALPHA[4] =
{
0.0000f,
- 0.3333f,
- 0.6666f,
- 1.0000f
+ 0.25f,
+ 0.5f,
+ 0.75f
};
llassert(tep->getShiny() <= 3);