diff options
author | Makopoppo | 2011-06-27 22:28:33 +0900 |
---|---|---|
committer | BlueWall | 2011-06-28 11:48:28 -0400 |
commit | e11c959400380ff7ef05e972ed6f730efa7a6f48 (patch) | |
tree | 8d4f8409b132d9eded17d45bf10b3fc825271290 /bin | |
parent | minor: temporarily comment out the local status notify friends messages seen ... (diff) | |
download | opensim-SC_OLD-e11c959400380ff7ef05e972ed6f730efa7a6f48.zip opensim-SC_OLD-e11c959400380ff7ef05e972ed6f730efa7a6f48.tar.gz opensim-SC_OLD-e11c959400380ff7ef05e972ed6f730efa7a6f48.tar.bz2 opensim-SC_OLD-e11c959400380ff7ef05e972ed6f730efa7a6f48.tar.xz |
[PATCH] Changed Wind parameters default value in OpenSim.ini.example
according to implementation
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bab118f..98bb355 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -443,8 +443,8 @@ | |||
443 | ;; to ConfigurableWind and uncomment the following. | 443 | ;; to ConfigurableWind and uncomment the following. |
444 | ; avg_strength = 5.0 | 444 | ; avg_strength = 5.0 |
445 | ; avg_direction = 0.0 | 445 | ; avg_direction = 0.0 |
446 | ; var_strength = 0.0 | 446 | ; var_strength = 5.0 |
447 | ; var_direction = 0.0 | 447 | ; var_direction = 30.0 |
448 | ; rate_change = 1.0 | 448 | ; rate_change = 1.0 |
449 | 449 | ||
450 | ;# {strength} {enabled:true wind_plugin:SimpleRandomWind} {Wind strength?} {} 1.0 | 450 | ;# {strength} {enabled:true wind_plugin:SimpleRandomWind} {Wind strength?} {} 1.0 |