aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/Entity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.RegionServer/world/Entity.cs')
-rw-r--r--OpenSim.RegionServer/world/Entity.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/world/Entity.cs b/OpenSim.RegionServer/world/Entity.cs
index 424d395..b59d200 100644
--- a/OpenSim.RegionServer/world/Entity.cs
+++ b/OpenSim.RegionServer/world/Entity.cs
@@ -23,11 +23,11 @@ namespace OpenSim.world
23 get { return m_name; } 23 get { return m_name; }
24 } 24 }
25 25
26 private LLVector3 m_pos; 26 protected LLVector3 m_pos;
27 protected PhysicsActor _physActor; 27 protected PhysicsActor _physActor;
28 protected World m_world; 28 protected World m_world;
29 29
30 public LLVector3 Pos 30 public virtual LLVector3 Pos
31 { 31 {
32 get 32 get
33 { 33 {