diff options
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 91661ee..2284ab8 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -909,6 +909,11 @@ namespace OpenSim.Client.MXP.ClientStack | |||
909 | // Need to translate to MXP somehow | 909 | // Need to translate to MXP somehow |
910 | } | 910 | } |
911 | 911 | ||
912 | public void SendCloudData(float[] cloudCover) | ||
913 | { | ||
914 | // Need to translate to MXP somehow | ||
915 | } | ||
916 | |||
912 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) | 917 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) |
913 | { | 918 | { |
914 | //throw new System.NotImplementedException(); | 919 | //throw new System.NotImplementedException(); |