mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 10:45:40 +08:00
* Refactored out circular reference in Region.Environment <-> Framework.Data.Base
We REALLY need to get the db layer sorted soon...
This commit is contained in:
@@ -55,8 +55,8 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
LLVector3 pos = new LLVector3(110, 129, 27);
|
||||
|
||||
AddCpuCounter(regionInfo, pos);
|
||||
AddComplexObjects(regionInfo, pos);
|
||||
AddAvatars();
|
||||
// AddComplexObjects(regionInfo, pos);
|
||||
// AddAvatars();
|
||||
AddFileSystemObjects();
|
||||
}
|
||||
|
||||
@@ -79,6 +79,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
FileSystemObject fileObject = new FileSystemObject(m_scene, fileInfo, filePos);
|
||||
m_scene.AddEntity(fileObject);
|
||||
fileObject.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user