diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 1c5d23d..e663055 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2180,6 +2180,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
2180 | ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); | 2180 | ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); |
2181 | //m_log.DebugFormat("[CompleteMovement] MoveAgentIntoRegion: {0}ms", Util.EnvironmentTickCountSubtract(ts)); | 2181 | //m_log.DebugFormat("[CompleteMovement] MoveAgentIntoRegion: {0}ms", Util.EnvironmentTickCountSubtract(ts)); |
2182 | 2182 | ||
2183 | // recheck to reduce timing issues | ||
2184 | ControllingClient.CheckViewerCaps(); | ||
2185 | |||
2183 | bool isHGTP = (m_teleportFlags & TeleportFlags.ViaHGLogin) != 0; | 2186 | bool isHGTP = (m_teleportFlags & TeleportFlags.ViaHGLogin) != 0; |
2184 | 2187 | ||
2185 | int delayctnr = Util.EnvironmentTickCount(); | 2188 | int delayctnr = Util.EnvironmentTickCount(); |
@@ -4040,6 +4043,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
4040 | } | 4043 | } |
4041 | } | 4044 | } |
4042 | 4045 | ||
4046 | // recheck to reduce timing issues | ||
4047 | ControllingClient.CheckViewerCaps(); | ||
4048 | |||
4043 | SendOtherAgentsAvatarFullToMe(); | 4049 | SendOtherAgentsAvatarFullToMe(); |
4044 | 4050 | ||
4045 | if(m_scene.ObjectsCullingByDistance) | 4051 | if(m_scene.ObjectsCullingByDistance) |