diff options
author | Justin Clarke Casey | 2008-12-17 18:42:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-17 18:42:23 +0000 |
commit | ff7c8551bab7c8a5b7a075c8899c8aeb51035b67 (patch) | |
tree | 75b0383457f6583c65ceeffa2bcbb1904f88e897 /OpenSim/Region/Physics/BulletXPlugin | |
parent | * minor: Comment out high volume 'Getting MapItems' messages (diff) | |
download | opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.zip opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.gz opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.bz2 opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.xz |
* remove mono compiler warnings
* should work - the last compile failure looks like a random glitch...
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin')
-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 |