diff options
author | Diva Canto | 2016-06-12 22:01:36 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-12 22:01:36 -0700 |
commit | 3ef5e1a24bab3c6a00cb61bbaa0dc97d766748c0 (patch) | |
tree | 95a30b0b2e5497fe3ce03248deb8ec4fb0d1aa48 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Mantis #7861. llEdgeOfWorld not working. Two reasons: (1) edge was being fill... (diff) | |
download | opensim-SC-3ef5e1a24bab3c6a00cb61bbaa0dc97d766748c0.zip opensim-SC-3ef5e1a24bab3c6a00cb61bbaa0dc97d766748c0.tar.gz opensim-SC-3ef5e1a24bab3c6a00cb61bbaa0dc97d766748c0.tar.bz2 opensim-SC-3ef5e1a24bab3c6a00cb61bbaa0dc97d766748c0.tar.xz |
Mantis #7923. EDIT BEAMS ARE BACK!
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 9cee590..2d0dbd3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5290,11 +5290,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5290 | angularVelocity = presence.AngularVelocity; | 5290 | angularVelocity = presence.AngularVelocity; |
5291 | rotation = presence.Rotation; | 5291 | rotation = presence.Rotation; |
5292 | 5292 | ||
5293 | attachPoint = 0; | ||
5294 | // m_log.DebugFormat( | 5293 | // m_log.DebugFormat( |
5295 | // "[LLCLIENTVIEW]: Sending terse update to {0} with position {1} in {2}", Name, presence.OffsetPosition, m_scene.Name); | 5294 | // "[LLCLIENTVIEW]: Sending terse update to {0} with position {1} in {2}", Name, presence.OffsetPosition, m_scene.Name); |
5296 | 5295 | ||
5297 | // attachPoint = presence.State; // Core: commented | 5296 | attachPoint = presence.State; |
5298 | collisionPlane = presence.CollisionPlane; | 5297 | collisionPlane = presence.CollisionPlane; |
5299 | velocity = presence.Velocity; | 5298 | velocity = presence.Velocity; |
5300 | acceleration = Vector3.Zero; | 5299 | acceleration = Vector3.Zero; |