diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index 8f5ffd8..29a19de 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -493,11 +493,11 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
493 | public IMesher mesher; | 493 | public IMesher mesher; |
494 | // private IConfigSource m_config; | 494 | // private IConfigSource m_config; |
495 | 495 | ||
496 | String identifier; | 496 | // protected internal String identifier; |
497 | 497 | ||
498 | public BulletXScene(String sceneIdentifier) | 498 | public BulletXScene(String sceneIdentifier) |
499 | { | 499 | { |
500 | identifier = sceneIdentifier; | 500 | //identifier = sceneIdentifier; |
501 | } | 501 | } |
502 | 502 | ||
503 | public static float Gravity | 503 | public static float Gravity |