Add physics actor taint setting after receiveing update values
parent
a2ca47d7eb
commit
bdeeead120
|
@ -401,6 +401,7 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule
|
||||||
{
|
{
|
||||||
pa.Shape = sop.Shape;
|
pa.Shape = sop.Shape;
|
||||||
}
|
}
|
||||||
|
m_validLocalScene.PhysicsScene.AddPhysicsActorTaint(pa);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue