mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
First commit where physics work as region module.
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
This commit is contained in:
@@ -159,7 +159,7 @@ namespace OpenSim.Region.CoreModules.Framework.Library
|
||||
}
|
||||
|
||||
RegionInfo regInfo = new RegionInfo();
|
||||
Scene m_MockScene = new Scene(regInfo, null);
|
||||
Scene m_MockScene = new Scene(regInfo);
|
||||
LocalInventoryService invService = new LocalInventoryService(lib);
|
||||
m_MockScene.RegisterModuleInterface<IInventoryService>(invService);
|
||||
m_MockScene.RegisterModuleInterface<IAssetService>(m_Scene.AssetService);
|
||||
|
||||
Reference in New Issue
Block a user