diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObject.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObject.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObject.cs b/OpenSim/Region/Environment/Scenes/SceneObject.cs index 294087f..d513634 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObject.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObject.cs | |||
@@ -40,13 +40,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
40 | private Encoding enc = Encoding.ASCII; | 40 | private Encoding enc = Encoding.ASCII; |
41 | private Dictionary<LLUUID, Primitive> ChildPrimitives = new Dictionary<LLUUID, Primitive>(); //list of all primitive id's that are part of this group | 41 | private Dictionary<LLUUID, Primitive> ChildPrimitives = new Dictionary<LLUUID, Primitive>(); //list of all primitive id's that are part of this group |
42 | public Primitive rootPrimitive; | 42 | public Primitive rootPrimitive; |
43 | private new Scene m_world; | ||
44 | protected ulong m_regionHandle; | 43 | protected ulong m_regionHandle; |
45 | 44 | ||
46 | private bool physicsEnabled = false; // HOUSEKEEPING : Do we really need this? | ||
47 | private PhysicsScene m_PhysScene; // HOUSEKEEPING : Do we really need this? | ||
48 | private PhysicsActor m_PhysActor; // HOUSEKEEPING : Do we really need this? | ||
49 | |||
50 | private EventManager m_eventManager; | 45 | private EventManager m_eventManager; |
51 | 46 | ||
52 | public bool isSelected = false; | 47 | public bool isSelected = false; |