aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index f0acf52..4e87032 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Environment.Scenes
60 protected Timer m_heartbeatTimer = new Timer(); 60 protected Timer m_heartbeatTimer = new Timer();
61 protected Dictionary<LLUUID, ScenePresence> Avatars; 61 protected Dictionary<LLUUID, ScenePresence> Avatars;
62 protected Dictionary<LLUUID, SceneObjectGroup> Prims; 62 protected Dictionary<LLUUID, SceneObjectGroup> Prims;
63 protected PhysicsScene phyScene; 63 public PhysicsScene phyScene; /// publicized so it can be accessed from SceneObjectGroup.
64 protected float timeStep = 0.1f; 64 protected float timeStep = 0.1f;
65 private Random Rand = new Random(); 65 private Random Rand = new Random();
66 private uint _primCount = 702000; 66 private uint _primCount = 702000;