diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index 3575a51..f104632 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Region.Physics.Manager | |||
40 | { | 40 | { |
41 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 41 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
42 | 42 | ||
43 | // The only thing that should register for this event is the InnerScene | 43 | // The only thing that should register for this event is the SceneGraph |
44 | // Anything else could cause problems. | 44 | // Anything else could cause problems. |
45 | 45 | ||
46 | public event physicsCrash OnPhysicsCrash; | 46 | public event physicsCrash OnPhysicsCrash; |