diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-12-15 02:40:51 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-12-15 02:40:51 +0200 |
commit | 71269ac1fc4ab19d46fd33c82b1df7a887b918bc (patch) | |
tree | 789532188e463f326efe5422f9fefefd81ad550a /indra/newview/pipeline.cpp | |
parent | dcff9513f1b6d2b2dca9ec5f3bb9597992c0f9f2 (diff) |
Backed out changeset: ebe10b4b1197
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index dddf586f62..32285d2784 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -10120,7 +10120,7 @@ void LLPipeline::renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera } LLPipeline::sShadowRender = TRUE; - static const U32 types[] = { + U32 types[] = { LLRenderPass::PASS_SIMPLE, LLRenderPass::PASS_FULLBRIGHT, LLRenderPass::PASS_SHINY, |