aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-25 20:53:02 +0000
committerJustin Clarke Casey2009-02-25 20:53:02 +0000
commit36e648a37aac3d169dbf28ce14c75f488da8a11e (patch)
tree89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
parent* Properly load items into correct folders when an iar is loaded (diff)
downloadopensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz
* minor: Remove most mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
index 5579848..120eed9 100644
--- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
+++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin
42 /// </summary> 42 /// </summary>
43 public class PhysXPlugin : IPhysicsPlugin 43 public class PhysXPlugin : IPhysicsPlugin
44 { 44 {
45 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 45 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
46 private PhysXScene _mScene; 46 private PhysXScene _mScene;
47 47
48 public PhysXPlugin() 48 public PhysXPlugin()