aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/OpenSim.Region/Scene/Entities/Entity.cs')
-rw-r--r--OpenSim/OpenSim.Region/Scene/Entities/Entity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs b/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
index 3d6ba64..9e288d7 100644
--- a/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
+++ b/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
@@ -44,7 +44,7 @@ namespace OpenSim.Region
44 protected List<Entity> children; 44 protected List<Entity> children;
45 protected LLVector3 m_pos; 45 protected LLVector3 m_pos;
46 protected PhysicsActor _physActor; 46 protected PhysicsActor _physActor;
47 protected World m_world; 47 protected Scene m_world;
48 protected string m_name; 48 protected string m_name;
49 49
50 /// <summary> 50 /// <summary>