Fix setting of ChangingActorID when physics is changing attributes.

dsg
Dan Lake 2011-05-20 17:12:51 -07:00
parent f1800824eb
commit 17cc7563ad
1 changed files with 1 additions and 0 deletions

View File

@ -1208,6 +1208,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
if (!m_lastUpdateSent)
{
ChangingActorID = RegionSyncServerModule.ActorID;
this.RequestPhysicsterseUpdate();
}
}