mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fix targetOmega resend on deselect on the right place, can't be at sop
but packethandlers
This commit is contained in:
@@ -666,8 +666,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_isSelected = value;
|
||||
if (ParentGroup != null)
|
||||
ParentGroup.PartSelectChanged(value);
|
||||
if (!m_isSelected && m_angularVelocity != Vector3.Zero)
|
||||
ScheduleTerseUpdate();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user