bug fix: resend part targetOmega on deSelect
parent
6f149ef6ae
commit
57caf468e8
|
@ -666,6 +666,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_isSelected = value;
|
m_isSelected = value;
|
||||||
if (ParentGroup != null)
|
if (ParentGroup != null)
|
||||||
ParentGroup.PartSelectChanged(value);
|
ParentGroup.PartSelectChanged(value);
|
||||||
|
if (!m_isSelected && m_angularVelocity != Vector3.Zero)
|
||||||
|
ScheduleTerseUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue