* Added ApplyPhysics helper on group.
parent
01db4cd71d
commit
e01c128c8f
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue