mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
cosmetics on terrain patchs
This commit is contained in:
@@ -1014,19 +1014,16 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
return false;
|
||||
}
|
||||
|
||||
public void SendLayerData(float[] map)
|
||||
public void SendLayerData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendLayerData(int px, int py, float[] map)
|
||||
public void SendLayerData(int[] map)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendWindData(int version, Vector2[] windSpeeds)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendCloudData(int version, float[] cloudCover)
|
||||
|
||||
Reference in New Issue
Block a user