diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-11-06 10:02:58 -0700 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-11-06 10:02:58 -0700 | 
| commit | 22beac78135e23ede5002f4125e2c3006bcad7f2 (patch) | |
| tree | 8238d842c2c739cc57bda984fa2ca242b5ecb55b | |
| parent | 463a8930c8bddd8740478f6400561a48220ee584 (diff) | |
increase the default value of "ObjectProjectionAreaCutOff" to be 16 pixels.
| -rwxr-xr-x | 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 c87da95d41..04be4e5f00 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7134,7 +7134,7 @@      <key>Type</key>      <string>F32</string>      <key>Value</key> -    <real>1.0</real> +    <real>16.0</real>    </map>      <key>ParcelMediaAutoPlayEnable</key>      <map> | 
