aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authordan miller2007-09-06 03:31:32 +0000
committerdan miller2007-09-06 03:31:32 +0000
commit3586beb81bdc1f2355e458f2f6f6e4ea9393158e (patch)
tree83acf6aa300fab8228c49326f6f66ca447b66b72 /OpenSim/Region/Environment/Scenes/Scene.cs
parentAdded "force-update" console command (when a region is set as active), which ... (diff)
downloadopensim-SC_OLD-3586beb81bdc1f2355e458f2f6f6e4ea9393158e.zip
opensim-SC_OLD-3586beb81bdc1f2355e458f2f6f6e4ea9393158e.tar.gz
opensim-SC_OLD-3586beb81bdc1f2355e458f2f6f6e4ea9393158e.tar.bz2
opensim-SC_OLD-3586beb81bdc1f2355e458f2f6f6e4ea9393158e.tar.xz
fixed mantis bug 375 (copy broken with physics/ODE enabled)
Diffstat (limited to '')
-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;