diff options
author | Graham Linden <graham@lindenlab.com> | 2018-07-09 18:27:01 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-07-09 18:27:01 +0100 |
commit | a9fba594dda5b60bf9ac43020394ed3be874ba1e (patch) | |
tree | caad478d71b24af96240e15c55c075d5eafb3c1b /indra/newview/app_settings | |
parent | 0bf678e23b2a29fcd2bf1488f999168b8737c010 (diff) |
Restore setting the inv proj matrix for advanced atmo render path.
Set nSight debug setting to 0 to fix ALM snapshots.
Add popMatrix call to balance push around heavenly body rendering in ALM and fix mat stack overflow.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c058d33e52..16afdbe9bc 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8664,7 +8664,7 @@ <key>Type</key> <string>Boolean</string> <key>Value</key> - <integer>1</integer> + <integer>0</integer> </map> <key>RenderLocalLights</key> <map> |