mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
More 'everything is a module' merging.
Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled.
This commit is contained in:
@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
|
||||
}
|
||||
#endif
|
||||
|
||||
public override void Initialise(IMesher meshmerizer, IConfigSource config, Vector3 regionExtent)
|
||||
public void Initialise(IMesher meshmerizer, IConfigSource config, Vector3 regionExtent)
|
||||
{
|
||||
WorldExtents.X = regionExtent.X;
|
||||
m_regionWidth = (uint)regionExtent.X;
|
||||
@@ -682,7 +682,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
|
||||
}
|
||||
|
||||
// Initialize the mesh plugin
|
||||
public override void Initialise(IMesher meshmerizer, IConfigSource config)
|
||||
public void Initialise(IMesher meshmerizer, IConfigSource config)
|
||||
{
|
||||
InitializeExtraStats();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user