diff options
author | Justin Clarke Casey | 2008-11-12 20:16:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-12 20:16:46 +0000 |
commit | cec112c87a0e9b259ddff215422bde3fc5dd4dc2 (patch) | |
tree | fac2489ef1c8d3ec0e0acaf0533e4db46575f170 /OpenSim/Region/Physics | |
parent | * Update Mono.Addins.dll to 0.4, as per sdague's suggestion (diff) | |
download | opensim-SC_OLD-cec112c87a0e9b259ddff215422bde3fc5dd4dc2.zip opensim-SC_OLD-cec112c87a0e9b259ddff215422bde3fc5dd4dc2.tar.gz opensim-SC_OLD-cec112c87a0e9b259ddff215422bde3fc5dd4dc2.tar.bz2 opensim-SC_OLD-cec112c87a0e9b259ddff215422bde3fc5dd4dc2.tar.xz |
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGraph to make it more descriptive of its intended function
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; |