bug fix: resend part targetOmega on deSelect

This commit is contained in:
UbitUmarov
2014-10-04 08:30:04 +01:00
parent 6f149ef6ae
commit 57caf468e8

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();
}
}