diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index aa1c15e..9bf5bea 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1072,7 +1072,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1072 | } | 1072 | } |
1073 | 1073 | ||
1074 | // send the animations of the other presences to me | 1074 | // send the animations of the other presences to me |
1075 | m_scene.ForEachScenePresence(delegate(ScenePresence presence) | 1075 | m_scene.ForEachRootScenePresence(delegate(ScenePresence presence) |
1076 | { | 1076 | { |
1077 | if (presence != this) | 1077 | if (presence != this) |
1078 | presence.Animator.SendAnimPackToClient(ControllingClient); | 1078 | presence.Animator.SendAnimPackToClient(ControllingClient); |