diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index c7fc827..051c4fa 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11760,7 +11760,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11760 | 11760 | ||
11761 | case 0x1D: // (UNIFORM + GROUP + SCALE + POS) | 11761 | case 0x1D: // (UNIFORM + GROUP + SCALE + POS) |
11762 | apos = new Vector3(block.Data, 0); | 11762 | apos = new Vector3(block.Data, 0); |
11763 | Vector3 scale5 = new Vector3(block.Data, 12); | 11763 | ascale = new Vector3(block.Data, 12); |
11764 | 11764 | ||
11765 | 11765 | ||
11766 | handlerUpdatePrimGroupScale = OnUpdatePrimGroupScale; | 11766 | handlerUpdatePrimGroupScale = OnUpdatePrimGroupScale; |
@@ -11770,7 +11770,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11770 | part.StoreUndoState(true); | 11770 | part.StoreUndoState(true); |
11771 | part.IgnoreUndoUpdate = true; | 11771 | part.IgnoreUndoUpdate = true; |
11772 | 11772 | ||
11773 | handlerUpdatePrimGroupScale(localId, scale5, this); | 11773 | handlerUpdatePrimGroupScale(localId, ascale, this); |
11774 | |||
11774 | handlerUpdateVector = OnUpdatePrimGroupPosition; | 11775 | handlerUpdateVector = OnUpdatePrimGroupPosition; |
11775 | 11776 | ||
11776 | if (handlerUpdateVector != null) | 11777 | if (handlerUpdateVector != null) |