* ApplyPhysics now creates the PhysActor as well.

This commit is contained in:
lbsa71
2007-12-04 13:46:18 +00:00
parent 90611ebf8d
commit bf8239c7fa
2 changed files with 104 additions and 83 deletions

View File

@@ -1681,7 +1681,7 @@ namespace OpenSim.Region.Environment.Scenes
{
foreach(SceneObjectPart part in m_parts.Values )
{
part.ApplyPhysics();
part.ApplyPhysics();
}
}
}