mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
add EngineName also to old ODE
This commit is contained in:
@@ -25,6 +25,11 @@ namespace OpenSim.Region.PhysicsModule.ODE
|
||||
get { return "OpenDynamicsEngine"; }
|
||||
}
|
||||
|
||||
public string Version
|
||||
{
|
||||
get { return "1.0"; }
|
||||
}
|
||||
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
@@ -60,7 +65,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
|
||||
// http://opensimulator.org/mantis/view.php?id=2750).
|
||||
d.InitODE();
|
||||
|
||||
m_scene = new OdeScene(scene, m_config, Name);
|
||||
m_scene = new OdeScene(scene, m_config, Name, Version);
|
||||
}
|
||||
|
||||
public void RemoveRegion(Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user