Clear OdeCharacter CollisionEventUpdate when we subscribe or unsubscribe from collision events
parent
127626edd8
commit
6c92b48143
|
@ -1210,11 +1210,13 @@ namespace OpenSim.Region.Physics.OdePlugin
|
|||
{
|
||||
m_requestedUpdateFrequency = ms;
|
||||
m_eventsubscription = ms;
|
||||
CollisionEventsThisFrame.Clear();
|
||||
_parent_scene.AddCollisionEventReporting(this);
|
||||
}
|
||||
|
||||
public override void UnSubscribeEvents()
|
||||
{
|
||||
CollisionEventsThisFrame.Clear();
|
||||
_parent_scene.RemoveCollisionEventReporting(this);
|
||||
m_requestedUpdateFrequency = 0;
|
||||
m_eventsubscription = 0;
|
||||
|
|
Loading…
Reference in New Issue