mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
private Encoding enc = Encoding.ASCII;
|
||||
private Dictionary<LLUUID, Primitive> ChildPrimitives = new Dictionary<LLUUID, Primitive>(); //list of all primitive id's that are part of this group
|
||||
public Primitive rootPrimitive;
|
||||
private Scene m_world;
|
||||
private new Scene m_world;
|
||||
protected ulong m_regionHandle;
|
||||
|
||||
private bool physicsEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user