diff options
author | John Hurliman | 2009-10-22 13:24:24 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-22 13:24:24 -0700 |
commit | 4ba3842d712ccb47e1b7effe0fdf2ed7da531431 (patch) | |
tree | 51d86fbe5eed67b7032fe5675ee7b1fdd1b10b56 /OpenSim/Region | |
parent | * Sending (position - hipoffset) instead of position (diff) | |
download | opensim-SC_OLD-4ba3842d712ccb47e1b7effe0fdf2ed7da531431.zip opensim-SC_OLD-4ba3842d712ccb47e1b7effe0fdf2ed7da531431.tar.gz opensim-SC_OLD-4ba3842d712ccb47e1b7effe0fdf2ed7da531431.tar.bz2 opensim-SC_OLD-4ba3842d712ccb47e1b7effe0fdf2ed7da531431.tar.xz |
Forgot to hit save in the last commit
Diffstat (limited to 'OpenSim/Region')
-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 99fd86c..cfd3fcc 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2522,7 +2522,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2522 | 2522 | ||
2523 | remoteAvatar.m_controllingClient.SendAvatarData(new SendAvatarData(m_regionInfo.RegionHandle, m_firstname, m_lastname, m_grouptitle, m_uuid, | 2523 | remoteAvatar.m_controllingClient.SendAvatarData(new SendAvatarData(m_regionInfo.RegionHandle, m_firstname, m_lastname, m_grouptitle, m_uuid, |
2524 | LocalId, pos, m_appearance.Texture.GetBytes(), | 2524 | LocalId, pos, m_appearance.Texture.GetBytes(), |
2525 | m_parentID, m_bodyRot)); | 2525 | m_parentID, m_rotation)); |
2526 | m_scene.StatsReporter.AddAgentUpdates(1); | 2526 | m_scene.StatsReporter.AddAgentUpdates(1); |
2527 | } | 2527 | } |
2528 | 2528 | ||