diff options
author | dan miller | 2007-09-06 03:31:32 +0000 |
---|---|---|
committer | dan miller | 2007-09-06 03:31:32 +0000 |
commit | 3586beb81bdc1f2355e458f2f6f6e4ea9393158e (patch) | |
tree | 83acf6aa300fab8228c49326f6f66ca447b66b72 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | Added "force-update" console command (when a region is set as active), which ... (diff) | |
download | opensim-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 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
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; |