mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
* refactor: Expose SOG.SetRootPart for outsiders to use rather than setting RootPart and adding the part separately
* Make RootPart read only
This commit is contained in:
@@ -132,7 +132,6 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
|
||||
public SceneObjectPart RootPart
|
||||
{
|
||||
get { return m_Entity.RootPart; }
|
||||
set { m_Entity.RootPart = value; }
|
||||
}
|
||||
|
||||
public Scene Scene
|
||||
|
||||
Reference in New Issue
Block a user