fix targetOmega resend on deselect on the right place, can't be at sop
but packethandlersavinationmerge
parent
c3a1d6b5ef
commit
c0a75fcc03
|
@ -291,6 +291,10 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
EventManager.TriggerParcelPrimCountTainted();
|
||||
}
|
||||
|
||||
// restore targetOmega
|
||||
if (part.AngularVelocity != Vector3.Zero)
|
||||
part.ScheduleTerseUpdate();
|
||||
|
||||
}
|
||||
|
||||
public virtual void ProcessMoneyTransferRequest(UUID source, UUID destination, int amount,
|
||||
|
|
|
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue