aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EntityBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-21 18:11:45 +0000
committerJustin Clarke Casey2008-06-21 18:11:45 +0000
commit3a111650cbaf3294d9d12bfb1fa00ab91600991d (patch)
tree605555f84aab92d8fb829a71ea5fb77a1c85615b /OpenSim/Region/Environment/Scenes/EntityBase.cs
parentChanges selection criteria to allow meshing of more sphere prim configurations. (diff)
downloadopensim-SC_OLD-3a111650cbaf3294d9d12bfb1fa00ab91600991d.zip
opensim-SC_OLD-3a111650cbaf3294d9d12bfb1fa00ab91600991d.tar.gz
opensim-SC_OLD-3a111650cbaf3294d9d12bfb1fa00ab91600991d.tar.bz2
opensim-SC_OLD-3a111650cbaf3294d9d12bfb1fa00ab91600991d.tar.xz
* minor: override the name of the sog such that it gets/sets the root part name
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/EntityBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs
index 4b6ca49..1970896 100644
--- a/OpenSim/Region/Environment/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Environment.Scenes
56 protected string m_name; 56 protected string m_name;
57 57
58 /// <summary> 58 /// <summary>
59 /// 59 /// The name of this entity
60 /// </summary> 60 /// </summary>
61 public virtual string Name 61 public virtual string Name
62 { 62 {