mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* minor: remove warnings
This commit is contained in:
@@ -140,10 +140,10 @@ namespace OpenSim.Region.Environment.Modules
|
||||
//m_log.Debug("[WIND]:Regenerating...");
|
||||
GenWindPos(); // Generate shared values once
|
||||
|
||||
int spotxp = 0;
|
||||
int spotyp = 0;
|
||||
int spotxm = 0;
|
||||
int spotym = 0;
|
||||
//int spotxp = 0;
|
||||
//int spotyp = 0;
|
||||
//int spotxm = 0;
|
||||
//int spotym = 0;
|
||||
List<ScenePresence> avatars = m_scene.GetAvatars();
|
||||
foreach (ScenePresence avatar in avatars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user