aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
index 8623891..65d8867 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
@@ -112,6 +112,8 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
112 /// </summary> 112 /// </summary>
113 public string EngineType { get; protected set; } 113 public string EngineType { get; protected set; }
114 114
115 public string EngineName { get; protected set; }
116
115 // The only thing that should register for this event is the SceneGraph 117 // The only thing that should register for this event is the SceneGraph
116 // Anything else could cause problems. 118 // Anything else could cause problems.
117 public event physicsCrash OnPhysicsCrash; 119 public event physicsCrash OnPhysicsCrash;