diff options
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index 07f2612..eaa1175 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -58,6 +58,11 @@ namespace OpenSim.Region.Physics.Manager | |||
58 | { | 58 | { |
59 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 59 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
60 | 60 | ||
61 | /// <summary> | ||
62 | /// Name of this scene. Useful in debug messages to distinguish one OdeScene instance from another. | ||
63 | /// </summary> | ||
64 | public string Name { get; protected set; } | ||
65 | |||
61 | // The only thing that should register for this event is the SceneGraph | 66 | // The only thing that should register for this event is the SceneGraph |
62 | // Anything else could cause problems. | 67 | // Anything else could cause problems. |
63 | 68 | ||