* Refactor: Change previous commits Object methods to SceneObject methods instead, on the basis that this is less likely to cause confusion with c#'s base object type

This commit is contained in:
Justin Clarke Casey
2008-05-24 22:45:13 +00:00
parent 79eecd3d25
commit f3067ce6f9
9 changed files with 30 additions and 23 deletions

View File

@@ -1841,7 +1841,7 @@ namespace OpenSim.Region.Environment.Scenes
SceneObjectGroup objectGroup = new SceneObjectGroup(m_scene, m_regionHandle, linkPart);
m_scene.AddObject(objectGroup);
m_scene.AddSceneObject(objectGroup);
ScheduleGroupForFullUpdate();
}