diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-04-20 14:46:14 -0700 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-20 14:46:14 -0700 | 
| commit | a4adebb116e6e32f35f94e7b34d83a1b3a8fce0a (patch) | |
| tree | 39b1e8be85d1d7480774304419b749644c9c16be /indra | |
| parent | 00f5158699ad081a133ebb377f8943e0f6fffbc1 (diff) | |
Updating the pathfinding object colors to Leo's recommendations.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index aa73694bca..e67425e5f4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13602,8 +13602,8 @@        <key>Value</key>        <array>          <real>1.0</real> -        <real>0.01</real> -        <real>0.1</real> +        <real>1.0</real> +        <real>0.0</real>          <real>0.3</real>        </array>      </map> | 
