summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.cpp
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2019-05-31 21:25:03 +0000
committerGraham Madarasz <graham@lindenlab.com>2019-05-31 21:25:03 +0000
commitb27aa056a0dca761edfa2f58c8ddfee7de8f8f04 (patch)
tree875823cd2e1ec8ccefff6bff17c6737dba06eb52 /indra/newview/llfloatermodelpreview.cpp
parent4d5c0fe3efa3bc60b114623180d8830125115359 (diff)
parent58f7b981bdb415311f23dfffc39e7a841b3017a0 (diff)
Merged in graham_linden/viewer-eep-g (pull request #410)
SL-11337, SL-11221, SL-11339
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
-rw-r--r--indra/newview/llfloatermodelpreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp
index 4f1ea4a89e..35df26c405 100644
--- a/indra/newview/llfloatermodelpreview.cpp
+++ b/indra/newview/llfloatermodelpreview.cpp
@@ -4016,7 +4016,7 @@ BOOL LLModelPreview::render()
glLineWidth(3.f);
glPointSize(8.f);
- gPipeline.enableLightsFullbright(LLColor4::white);
+ gPipeline.enableLightsFullbright();
//show degenerate triangles
LLGLDepthTest depth(GL_TRUE, GL_TRUE, GL_ALWAYS);
LLGLDisable cull(GL_CULL_FACE);