aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Entity.cs
diff options
context:
space:
mode:
authorMW2007-07-01 18:33:44 +0000
committerMW2007-07-01 18:33:44 +0000
commit54ef77f0fda5fabc6f4677e145fafb74d225a77e (patch)
treec07cbfbe487e2578514de7f1030b0be475ed1c9f /OpenSim/Region/Environment/Scenes/Entity.cs
parentStarted change to having SceneObject and then that having child Primitives wh... (diff)
downloadopensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.zip
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.gz
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.bz2
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.xz
Can change the name and description of a prim.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Entity.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Entity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Entity.cs b/OpenSim/Region/Environment/Scenes/Entity.cs
index 9603f7f..6db57a4 100644
--- a/OpenSim/Region/Environment/Scenes/Entity.cs
+++ b/OpenSim/Region/Environment/Scenes/Entity.cs
@@ -34,7 +34,7 @@ using libsecondlife;
34 34
35namespace OpenSim.Region.Environment.Scenes 35namespace OpenSim.Region.Environment.Scenes
36{ 36{
37 public abstract class Entity :EntityBase //will be phased out 37 public abstract class Entity :EntityBase //this class (Entity) will be phased out
38 { 38 {
39 protected PhysicsActor _physActor; 39 protected PhysicsActor _physActor;
40 40