mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add a version tag to wind and cloud data updates to iclient
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user