aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-12-20 18:54:15 +0000
committerJustin Clark-Casey (justincc)2011-12-20 18:54:15 +0000
commitfa0a71253f0c824b6fc952c1a8927c8f189892b9 (patch)
treefbc3fff718abf81d06671b6b65b4da91a8f6fd09 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.zip
opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.gz
opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.bz2
opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.xz
Though the viewer warns about receiving this, not sending appears to break baked texture caching when crossing region boundaries.
Needs further investigation. Revert "Stop sending the viewer its own AvatarAppearance packet." This reverts commit 92039f295d7fe66bf1a09b29483f9057e395839e.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 36d8c0b..b8ae553 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2532,10 +2532,7 @@ namespace OpenSim.Region.Framework.Scenes
2532 // again here... this comes after the cached appearance check because the avatars 2532 // again here... this comes after the cached appearance check because the avatars
2533 // appearance goes into the avatar update packet 2533 // appearance goes into the avatar update packet
2534 SendAvatarDataToAllAgents(); 2534 SendAvatarDataToAllAgents();
2535 2535 SendAppearanceToAgent(this);
2536 // Sending us our own appearance does not seem to be necessary, and the viewer warns in the log if you do
2537 // this.
2538// SendAppearanceToAgent(this);
2539 2536
2540 // If we are using the the cached appearance then send it out to everyone 2537 // If we are using the the cached appearance then send it out to everyone
2541 if (cachedappearance) 2538 if (cachedappearance)