* remove mono compiler warnings

* should work - the last compile failure looks like a random glitch...
This commit is contained in:
Justin Clarke Casey
2008-12-17 18:42:23 +00:00
parent b37c8d6cbd
commit ff7c8551ba
6 changed files with 27 additions and 27 deletions

View File

@@ -78,10 +78,10 @@ namespace OpenSim.Region.Physics.PhysXPlugin
private NxPhysicsSDK mySdk;
private NxScene scene;
string sceneIdentifier;
// protected internal string sceneIdentifier;
public PhysXScene(string _sceneIdentifier)
{
sceneIdentifier = _sceneIdentifier;
//sceneIdentifier = _sceneIdentifier;
mySdk = NxPhysicsSDK.CreateSDK();
Console.WriteLine("Sdk created - now creating scene");