add some more notifications about changes on physical parameters ( still incomple and there should be a better away )

This commit is contained in:
UbitUmarov
2012-03-20 16:46:16 +00:00
parent f2d17433bb
commit efd7ff3146
3 changed files with 14 additions and 10 deletions

View File

@@ -1521,7 +1521,11 @@ namespace OpenSim.Region.Framework.Scenes
{
SceneObjectPart part = GetSceneObjectPart(localID);
if (part != null)
{
part.UpdateExtraPhysics(PhysData);
if (part.UpdatePhysRequired)
remoteClient.SendPartPhysicsProprieties(part);
}
}
}
}