mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
only add a prim to physics in PhysicsShapeType if changing from type none. when viewers change ExtraPhysics parameters, send back the new values.
This commit is contained in:
@@ -1660,7 +1660,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (part != null)
|
||||
{
|
||||
part.UpdateExtraPhysics(PhysData);
|
||||
if (part.UpdatePhysRequired && remoteClient != null)
|
||||
if (remoteClient != null)
|
||||
remoteClient.SendPartPhysicsProprieties(part);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user