diff options
author | Dave Parks <davep@lindenlab.com> | 2022-04-29 13:51:11 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-04-29 13:51:11 +0000 |
commit | 93a025966649e281ceff8d1471bc983cc036bc17 (patch) | |
tree | 478dad507b450dce72c84ce7c87ab0266549ef45 /indra/newview/llenvironmentmap.cpp | |
parent | deffbca3ee209f6aea3358692d9ca6dc7090e748 (diff) |
SL-17282 prototype mixing of reflection map into legacy materials
Diffstat (limited to 'indra/newview/llenvironmentmap.cpp')
-rw-r--r-- | indra/newview/llenvironmentmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llenvironmentmap.cpp b/indra/newview/llenvironmentmap.cpp index 7f23c630f1..ee185d8ce7 100644 --- a/indra/newview/llenvironmentmap.cpp +++ b/indra/newview/llenvironmentmap.cpp @@ -67,7 +67,7 @@ void LLEnvironmentMap::update(const LLVector3& origin, U32 resolution) LLVector3(0, -1, 0), LLVector3(0, 0, -1), LLVector3(0, 0, 1), - LLVector3(0, 1, 0), + LLVector3(0, -1, 0), LLVector3(0, -1, 0) }; |