also update m_lastSize in SendAvatarDataToAllAgents so more paths update

it
avinationmerge
UbitUmarov 2013-01-08 14:09:01 +00:00
parent 09d41f4f78
commit fb088a48ac
1 changed files with 2 additions and 0 deletions

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)
{