Turning the wind module off by default.

0.6.5-rc1
diva 2009-03-31 16:17:13 +00:00
parent aecb4fb72a
commit cb74848f2d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules
private Scene m_scene = null;
private bool m_ready = false;
private bool m_enabled = true;
private bool m_enabled = false;
private IWindModelPlugin m_activeWindPlugin = null;
private const string m_dWindPluginName = "SimpleRandomWind";