diff options
author | Justin Clark-Casey (justincc) | 2010-05-24 19:19:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-24 19:19:44 +0100 |
commit | a6c7995b71ee1886bf94b2c63d0a603525a0667f (patch) | |
tree | 23e5e3454bd59aae912e310ccd7754c00f4a97e2 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | backport some IGroupsModule method doc and an extra exposed method from git m... (diff) | |
download | opensim-SC-a6c7995b71ee1886bf94b2c63d0a603525a0667f.zip opensim-SC-a6c7995b71ee1886bf94b2c63d0a603525a0667f.tar.gz opensim-SC-a6c7995b71ee1886bf94b2c63d0a603525a0667f.tar.bz2 opensim-SC-a6c7995b71ee1886bf94b2c63d0a603525a0667f.tar.xz |
backport from master fix for attachment display
this fix stops two full updates being sent on attachment rather than one. Sending two can stop the client displaying attachments properly
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index ad24160..59a2f41 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -536,7 +536,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
536 | // m_log.DebugFormat( | 536 | // m_log.DebugFormat( |
537 | // "[SCENE GRAPH]: Retrieved single object {0} for attachment to {1} on point {2}", | 537 | // "[SCENE GRAPH]: Retrieved single object {0} for attachment to {1} on point {2}", |
538 | // objatt.Name, remoteClient.Name, AttachmentPt); | 538 | // objatt.Name, remoteClient.Name, AttachmentPt); |
539 | |||
540 | if (objatt != null) | 539 | if (objatt != null) |
541 | { | 540 | { |
542 | bool tainted = false; | 541 | bool tainted = false; |