diff options
author | Callum Prentice <callum@lindenlab.com> | 2021-08-30 19:55:50 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2021-08-30 19:55:50 -0700 |
commit | 9f02f94e805869951232a6052230a37c444a68b4 (patch) | |
tree | dab67f95b06a85f7eeffae446011bc44900211bf /indra | |
parent | 3648447235137596b0f1ee48da1af998028d27c5 (diff) |
SL-15918 Experimental feature to perform multiple render passes and reduce missing content - additional - 3 passes seems to work better than 2
Diffstat (limited to 'indra')
-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 3f5c12447e..cf9dfd2b64 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16730,7 +16730,7 @@ <key>Type</key> <string>U32</string> <key>Value</key> - <integer>2</integer> + <integer>3</integer> </map> <key>ResetUIScaleOnFirstRun</key> <map> |