aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
diff options
context:
space:
mode:
authorMW2007-06-12 17:45:11 +0000
committerMW2007-06-12 17:45:11 +0000
commita143cf81803c4c5c38c2115497dd76b4a885c0ef (patch)
tree69e9581a896317fa646ea66bec707f6cae7d7e46 /OpenSim/OpenSim.Region/Scene/Entities/Entity.cs
parentRenamed OpenSim.Region/World folder to Scene (classes renaming will follow) (diff)
downloadopensim-SC_OLD-a143cf81803c4c5c38c2115497dd76b4a885c0ef.zip
opensim-SC_OLD-a143cf81803c4c5c38c2115497dd76b4a885c0ef.tar.gz
opensim-SC_OLD-a143cf81803c4c5c38c2115497dd76b4a885c0ef.tar.bz2
opensim-SC_OLD-a143cf81803c4c5c38c2115497dd76b4a885c0ef.tar.xz
Renamed World class to Scene class
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>