aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-07-14 19:21:01 +0200
committerMelanie Thielker2010-07-14 19:21:01 +0200
commit0c445239a68688311d6fa7405ef13ceb3e773930 (patch)
tree77bda9a0ddc1bad20998161198a7190166382432 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-0c445239a68688311d6fa7405ef13ceb3e773930.zip
opensim-SC_OLD-0c445239a68688311d6fa7405ef13ceb3e773930.tar.gz
opensim-SC_OLD-0c445239a68688311d6fa7405ef13ceb3e773930.tar.bz2
opensim-SC_OLD-0c445239a68688311d6fa7405ef13ceb3e773930.tar.xz
Remove useless quaternion parameter from AttachObject sig
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index ecfc68f..82b9958 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5744,7 +5744,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5744 { 5744 {
5745 if (att.ObjectData.Length > 0) 5745 if (att.ObjectData.Length > 0)
5746 { 5746 {
5747 handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, att.ObjectData[0].Rotation, false); 5747 handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, false);
5748 } 5748 }
5749 } 5749 }
5750 } 5750 }