add EngineName also to the others

This commit is contained in:
UbitUmarov
2016-07-04 09:13:20 +01:00
parent 2ebccbcd08
commit 259824fbc4
3 changed files with 18 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ namespace OpenSim.Region.PhysicsModule.POS
get { return "POS"; }
}
public string Version
{
get { return "1.0"; }
}
public Type ReplaceableInterface
{
get { return null; }
@@ -83,6 +88,7 @@ namespace OpenSim.Region.PhysicsModule.POS
EngineType = Name;
PhysicsSceneName = EngineType + "/" + scene.RegionInfo.RegionName;
EngineName = Name + " " + Version;
scene.RegisterModuleInterface<PhysicsScene>(this);
base.Initialise(scene.PhysicsRequestAsset,