diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 1 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index df1b4a3..d8980c1 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -624,6 +624,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
624 | public event UpdateVector OnUpdatePrimGroupPosition; | 624 | public event UpdateVector OnUpdatePrimGroupPosition; |
625 | public event UpdateVector OnUpdatePrimSinglePosition; | 625 | public event UpdateVector OnUpdatePrimSinglePosition; |
626 | public event UpdatePrimRotation OnUpdatePrimGroupRotation; | 626 | public event UpdatePrimRotation OnUpdatePrimGroupRotation; |
627 | public event UpdatePrimSingleRotationPosition OnUpdatePrimSingleRotationPosition; | ||
627 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; | 628 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; |
628 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; | 629 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; |
629 | public event UpdateVector OnUpdatePrimScale; | 630 | public event UpdateVector OnUpdatePrimScale; |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index c0c7625..4570395 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -272,6 +272,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
272 | public event UpdateVector OnUpdatePrimSinglePosition = delegate { }; | 272 | public event UpdateVector OnUpdatePrimSinglePosition = delegate { }; |
273 | public event UpdatePrimRotation OnUpdatePrimGroupRotation = delegate { }; | 273 | public event UpdatePrimRotation OnUpdatePrimGroupRotation = delegate { }; |
274 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation = delegate { }; | 274 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation = delegate { }; |
275 | public event UpdatePrimSingleRotationPosition OnUpdatePrimSingleRotationPosition = delegate { }; | ||
275 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation = delegate { }; | 276 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation = delegate { }; |
276 | public event UpdateVector OnUpdatePrimScale = delegate { }; | 277 | public event UpdateVector OnUpdatePrimScale = delegate { }; |
277 | public event UpdateVector OnUpdatePrimGroupScale = delegate { }; | 278 | public event UpdateVector OnUpdatePrimGroupScale = delegate { }; |