* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromXml2()

This commit is contained in:
Justin Clarke Casey
2008-06-17 17:23:00 +00:00
parent 255b87464a
commit 33d32355a1
4 changed files with 18 additions and 29 deletions

View File

@@ -79,7 +79,12 @@ namespace OpenSim.Region.Environment.Scenes
private int m_timePhase = 24;
private readonly Mutex updateLock;
/// <summary>
/// Are we applying physics to any of the prims in this scene?
/// </summary>
public bool m_physicalPrim;
public bool m_seeIntoRegionFromNeighbor;
public int MaxUndoCount = 5;
private int m_RestartTimerCounter;