fixed mantis bug 375 (copy broken with physics/ODE enabled)

This commit is contained in:
dan miller
2007-09-06 03:31:32 +00:00
parent aafc82cd18
commit 3586beb81b
2 changed files with 12 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.Environment.Scenes
protected Timer m_heartbeatTimer = new Timer();
protected Dictionary<LLUUID, ScenePresence> Avatars;
protected Dictionary<LLUUID, SceneObjectGroup> Prims;
protected PhysicsScene phyScene;
public PhysicsScene phyScene; /// publicized so it can be accessed from SceneObjectGroup.
protected float timeStep = 0.1f;
private Random Rand = new Random();
private uint _primCount = 702000;