Fix setting of ChangingActorID when physics is changing attributes.
parent
f1800824eb
commit
17cc7563ad
|
@ -1208,6 +1208,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
}
|
}
|
||||||
if (!m_lastUpdateSent)
|
if (!m_lastUpdateSent)
|
||||||
{
|
{
|
||||||
|
ChangingActorID = RegionSyncServerModule.ActorID;
|
||||||
this.RequestPhysicsterseUpdate();
|
this.RequestPhysicsterseUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue