mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Added ApplyPhysics helper on group.
This commit is contained in:
@@ -1676,5 +1676,13 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
(int)(color.z * 0xff));
|
||||
Text = text;
|
||||
}
|
||||
|
||||
public void ApplyPhysics()
|
||||
{
|
||||
foreach(SceneObjectPart part in m_parts.Values )
|
||||
{
|
||||
part.ApplyPhysics();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user