add a version tag to wind and cloud data updates to iclient

This commit is contained in:
UbitUmarov
2016-09-23 13:03:16 +01:00
parent 984cb38583
commit a6df626868
7 changed files with 17 additions and 14 deletions

View File

@@ -1023,12 +1023,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
}
public void SendWindData(Vector2[] windSpeeds)
public void SendWindData(int version, Vector2[] windSpeeds)
{
}
public void SendCloudData(float[] cloudCover)
public void SendCloudData(int version, float[] cloudCover)
{
}