aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 40ebed1..bb76717 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -11631,8 +11631,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11631 11631
11632 udata.scale = new Vector3(block.Data, 0); 11632 udata.scale = new Vector3(block.Data, 0);
11633 11633
11634 // udata.change = ObjectChangeType.groupS; 11634 udata.change = ObjectChangeType.groupS;
11635 udata.change = ObjectChangeType.primS; // to conform to current SL
11636 updatehandler(localId, udata, this); 11635 updatehandler(localId, udata, this);
11637 11636
11638 break; 11637 break;
@@ -11643,8 +11642,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11643 udata.position = new Vector3(block.Data, 0); 11642 udata.position = new Vector3(block.Data, 0);
11644 udata.scale = new Vector3(block.Data, 12); 11643 udata.scale = new Vector3(block.Data, 12);
11645 11644
11646 // udata.change = ObjectChangeType.groupPS; 11645 udata.change = ObjectChangeType.groupPS;
11647 udata.change = ObjectChangeType.primPS; // to conform to current SL
11648 updatehandler(localId, udata, this); 11646 updatehandler(localId, udata, this);
11649 break; 11647 break;
11650 11648