diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-21 23:13:43 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-22 17:29:25 +0200 |
commit | 3ba9e1c5e564d38c36a6b9e09b0661502f0108e3 (patch) | |
tree | 01b935e759bb2a5cc8a8ed2e10784b90ca85a49b /indra/newview/app_settings/settings.xml | |
parent | 73318bbc6a48be00aa4d3f73cdfdba6875616f6d (diff) |
viewer#888 Washed out letters in a running string
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 1bd24128e3..d41a2c101c 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13054,6 +13054,28 @@ <key>Value</key> <string /> </map> + <key>TextureScaleMinAreaFactor</key> + <map> + <key>Comment</key> + <string>Limits how texture scale affects area calculation.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>F32</string> + <key>Value</key> + <real>0.04</real> + </map> + <key>TextureScaleMaxAreaFactor</key> + <map> + <key>Comment</key> + <string>Limits how texture scale affects area calculation.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>F32</string> + <key>Value</key> + <real>25.0</real> + </map> <key>ThreadPoolSizes</key> <map> <key>Comment</key> |