bug fix: resend part targetOmega on deSelect

avinationmerge
UbitUmarov 2014-10-04 08:30:04 +01:00
parent 6f149ef6ae
commit 57caf468e8
1 changed files with 2 additions and 0 deletions

View File

@ -666,6 +666,8 @@ namespace OpenSim.Region.Framework.Scenes
m_isSelected = value;
if (ParentGroup != null)
ParentGroup.PartSelectChanged(value);
if (!m_isSelected && m_angularVelocity != Vector3.Zero)
ScheduleTerseUpdate();
}
}