aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-17 18:42:23 +0000
committerJustin Clarke Casey2008-12-17 18:42:23 +0000
commitff7c8551bab7c8a5b7a075c8899c8aeb51035b67 (patch)
tree75b0383457f6583c65ceeffa2bcbb1904f88e897 /OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
parent* minor: Comment out high volume 'Getting MapItems' messages (diff)
downloadopensim-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/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r--OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
index a7ee26d..fa59dbe 100644
--- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
+++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
@@ -78,10 +78,10 @@ namespace OpenSim.Region.Physics.PhysXPlugin
78 private NxPhysicsSDK mySdk; 78 private NxPhysicsSDK mySdk;
79 private NxScene scene; 79 private NxScene scene;
80 80
81 string sceneIdentifier; 81 // protected internal string sceneIdentifier;
82 public PhysXScene(string _sceneIdentifier) 82 public PhysXScene(string _sceneIdentifier)
83 { 83 {
84 sceneIdentifier = _sceneIdentifier; 84 //sceneIdentifier = _sceneIdentifier;
85 85
86 mySdk = NxPhysicsSDK.CreateSDK(); 86 mySdk = NxPhysicsSDK.CreateSDK();
87 Console.WriteLine("Sdk created - now creating scene"); 87 Console.WriteLine("Sdk created - now creating scene");