diff options
author | diva | 2009-03-31 16:17:13 +0000 |
---|---|---|
committer | diva | 2009-03-31 16:17:13 +0000 |
commit | cb74848f2d5fa2b2df16fd7d4a22e43a7a744317 (patch) | |
tree | 605568ef91c953cb417a8ce07871cffac5110f79 /OpenSim/Region | |
parent | From: Alan M Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-cb74848f2d5fa2b2df16fd7d4a22e43a7a744317.zip opensim-SC_OLD-cb74848f2d5fa2b2df16fd7d4a22e43a7a744317.tar.gz opensim-SC_OLD-cb74848f2d5fa2b2df16fd7d4a22e43a7a744317.tar.bz2 opensim-SC_OLD-cb74848f2d5fa2b2df16fd7d4a22e43a7a744317.tar.xz |
Turning the wind module off by default.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Wind/WindModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Wind/WindModule.cs b/OpenSim/Region/CoreModules/World/Wind/WindModule.cs index 26901a4..52df3bc 100644 --- a/OpenSim/Region/CoreModules/World/Wind/WindModule.cs +++ b/OpenSim/Region/CoreModules/World/Wind/WindModule.cs | |||
@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules | |||
51 | private Scene m_scene = null; | 51 | private Scene m_scene = null; |
52 | private bool m_ready = false; | 52 | private bool m_ready = false; |
53 | 53 | ||
54 | private bool m_enabled = true; | 54 | private bool m_enabled = false; |
55 | 55 | ||
56 | private IWindModelPlugin m_activeWindPlugin = null; | 56 | private IWindModelPlugin m_activeWindPlugin = null; |
57 | private const string m_dWindPluginName = "SimpleRandomWind"; | 57 | private const string m_dWindPluginName = "SimpleRandomWind"; |