diff options
author | Justin Clarke Casey | 2009-04-09 20:06:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-09 20:06:30 +0000 |
commit | 601fa22185a64d2fa378ccc3c0b55638bc77dc37 (patch) | |
tree | 50b20f4e9c42d21d7629de379ebf733c2ebfdedb /OpenSim/Region/CoreModules | |
parent | * Tagged long running tests with LongRunningAttribute. (diff) | |
download | opensim-SC_OLD-601fa22185a64d2fa378ccc3c0b55638bc77dc37.zip opensim-SC_OLD-601fa22185a64d2fa378ccc3c0b55638bc77dc37.tar.gz opensim-SC_OLD-601fa22185a64d2fa378ccc3c0b55638bc77dc37.tar.bz2 opensim-SC_OLD-601fa22185a64d2fa378ccc3c0b55638bc77dc37.tar.xz |
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs b/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs index cd71487..0d4a17d 100644 --- a/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs +++ b/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Region.CoreModules.World.Wind.Plugins | |||
42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
43 | 43 | ||
44 | private Vector2[] m_windSpeeds = new Vector2[16 * 16]; | 44 | private Vector2[] m_windSpeeds = new Vector2[16 * 16]; |
45 | private Random m_rndnums = new Random(Environment.TickCount); | 45 | //private Random m_rndnums = new Random(Environment.TickCount); |
46 | 46 | ||
47 | private float m_avgStrength = 5.0f; // Average magnitude of the wind vector | 47 | private float m_avgStrength = 5.0f; // Average magnitude of the wind vector |
48 | private float m_avgDirection = 0.0f; // Average direction of the wind in degrees | 48 | private float m_avgDirection = 0.0f; // Average direction of the wind in degrees |