mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
fixed mantis bug 375 (copy broken with physics/ODE enabled)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user