aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObject.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-04 05:49:12 +0000
committerAdam Frisby2007-07-04 05:49:12 +0000
commit249ce4cf6f353dd59ebec27689e74a527c39a090 (patch)
tree9f4a8da19e5aef1a12be5279459c40d96aa29f0d /OpenSim/Region/Environment/Scenes/SceneObject.cs
parent* Cleaning - attempting to get compiler warnings back down to zero. (diff)
downloadopensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.zip
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.gz
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.bz2
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.xz
* More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObject.cs b/OpenSim/Region/Environment/Scenes/SceneObject.cs
index 3d97a06..9a46fbf 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObject.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObject.cs
@@ -39,7 +39,7 @@ namespace OpenSim.Region.Environment.Scenes
39 private Encoding enc = Encoding.ASCII; 39 private Encoding enc = Encoding.ASCII;
40 private Dictionary<LLUUID, Primitive> ChildPrimitives = new Dictionary<LLUUID, Primitive>(); //list of all primitive id's that are part of this group 40 private Dictionary<LLUUID, Primitive> ChildPrimitives = new Dictionary<LLUUID, Primitive>(); //list of all primitive id's that are part of this group
41 public Primitive rootPrimitive; 41 public Primitive rootPrimitive;
42 private Scene m_world; 42 private new Scene m_world;
43 protected ulong m_regionHandle; 43 protected ulong m_regionHandle;
44 44
45 private bool physicsEnabled = false; 45 private bool physicsEnabled = false;