mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Merge commit '03202ada2918c0c0837e8de50e3a0436e4407c91' into bigmerge
This commit is contained in:
@@ -58,6 +58,11 @@ namespace OpenSim.Region.Physics.Manager
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
/// <summary>
|
||||
/// Name of this scene. Useful in debug messages to distinguish one OdeScene instance from another.
|
||||
/// </summary>
|
||||
public string Name { get; protected set; }
|
||||
|
||||
// The only thing that should register for this event is the SceneGraph
|
||||
// Anything else could cause problems.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user