diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
commit | e46323b0b9fea77522ee4637a82e2e86de15bb83 (patch) | |
tree | ed4b97ad7c0fff929f6f0825ba2a3d971d2c0a93 /indra/newview/app_settings | |
parent | b5db671f7c28eb2a9f9974df1c34cf8c025fb8cc (diff) |
SL-18682 WIP -- Clear BOOST_SELECTED as needed. GL 3.2 compatibility pass. Fix for stack underflow when reflection probes disabled.
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 8c96ccd107..bea54f0b69 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9235,7 +9235,7 @@ <key>RenderMaxVRAMBudget</key> <map> <key>Comment</key> - <string>Maximum amount of texture memory to budget for, or 0 for autodetect. Requires restart.</string> + <string>Maximum amount of texture memory to budget for (in MB), or 0 for autodetect. Requires restart.</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |