diff options
author | Aleric Inglewood | 2013-08-04 19:19:11 +0200 |
---|---|---|
committer | teravus | 2013-09-22 21:10:01 -0500 |
commit | 2dc92e7de11086c7649d3ee0f8adc974efce6805 (patch) | |
tree | e69a633127525a5967ddadeef723a99f38e5d4aa /OpenSim/Region/ClientStack/Linden/UDP | |
parent | minor: Recomment out log message uncommented in previous cbdfe969 (diff) | |
download | opensim-SC_OLD-2dc92e7de11086c7649d3ee0f8adc974efce6805.zip opensim-SC_OLD-2dc92e7de11086c7649d3ee0f8adc974efce6805.tar.gz opensim-SC_OLD-2dc92e7de11086c7649d3ee0f8adc974efce6805.tar.bz2 opensim-SC_OLD-2dc92e7de11086c7649d3ee0f8adc974efce6805.tar.xz |
Preserve attachment point & position when attachment is rezzed in world
Patch taken from
http://opensimulator.org/mantis/view.php?id=4905
originally by Greg C.
Fixed to apply to r/23314 commit
ba9daf849e7c8db48e7c03e7cdedb77776b2052f
(cherry picked from commit 4ff9fbca441110cc2b93edc7286e0e9339e61cbe)
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 1b091bf..3609ec1 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -12188,6 +12188,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
12188 | 12188 | ||
12189 | shape.PCode = addPacket.ObjectData.PCode; | 12189 | shape.PCode = addPacket.ObjectData.PCode; |
12190 | shape.State = addPacket.ObjectData.State; | 12190 | shape.State = addPacket.ObjectData.State; |
12191 | shape.LastAttachPoint = addPacket.ObjectData.State; | ||
12191 | shape.PathBegin = addPacket.ObjectData.PathBegin; | 12192 | shape.PathBegin = addPacket.ObjectData.PathBegin; |
12192 | shape.PathEnd = addPacket.ObjectData.PathEnd; | 12193 | shape.PathEnd = addPacket.ObjectData.PathEnd; |
12193 | shape.PathScaleX = addPacket.ObjectData.PathScaleX; | 12194 | shape.PathScaleX = addPacket.ObjectData.PathScaleX; |