mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add some more notifications about changes on physical parameters ( still incomple and there should be a better away )
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user