also update m_lastSize in SendAvatarDataToAllAgents so more paths update

it
This commit is contained in:
UbitUmarov
2013-01-08 14:09:01 +00:00
parent 09d41f4f78
commit fb088a48ac

View File

@@ -2738,6 +2738,8 @@ namespace OpenSim.Region.Framework.Scenes
return;
}
m_lastSize = Appearance.AvatarSize;
int count = 0;
m_scene.ForEachScenePresence(delegate(ScenePresence scenePresence)
{