aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index d8980c1..a7bcc07 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1240,6 +1240,11 @@ namespace OpenSim.Client.MXP.ClientStack
1240 // Need to translate to MXP somehow 1240 // Need to translate to MXP somehow
1241 } 1241 }
1242 1242
1243 public void SendCameraConstraint(Vector4 ConstraintPlane)
1244 {
1245
1246 }
1247
1243 public void SendLandParcelOverlay(byte[] data, int sequence_id) 1248 public void SendLandParcelOverlay(byte[] data, int sequence_id)
1244 { 1249 {
1245 // Need to translate to MXP somehow 1250 // Need to translate to MXP somehow