diff options
author | Melanie Thielker | 2010-07-14 19:21:01 +0200 |
---|---|---|
committer | Melanie | 2010-07-14 19:49:54 +0100 |
commit | a7b5fe6a889a63acefbd91cd89e0a99c2a8d4162 (patch) | |
tree | 524ce35f95db7993260df1f64c3ce2c0acf97910 /OpenSim/Region/ClientStack | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a7b5fe6a889a63acefbd91cd89e0a99c2a8d4162.zip opensim-SC_OLD-a7b5fe6a889a63acefbd91cd89e0a99c2a8d4162.tar.gz opensim-SC_OLD-a7b5fe6a889a63acefbd91cd89e0a99c2a8d4162.tar.bz2 opensim-SC_OLD-a7b5fe6a889a63acefbd91cd89e0a99c2a8d4162.tar.xz |
Remove useless quaternion parameter from AttachObject sig
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 540fccc..2a21b02 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5731,7 +5731,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5731 | { | 5731 | { |
5732 | if (att.ObjectData.Length > 0) | 5732 | if (att.ObjectData.Length > 0) |
5733 | { | 5733 | { |
5734 | handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, att.ObjectData[0].Rotation, false); | 5734 | handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, false); |
5735 | } | 5735 | } |
5736 | } | 5736 | } |
5737 | } | 5737 | } |