aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-14 20:15:22 +0000
committerJustin Clarke Casey2008-11-14 20:15:22 +0000
commita760586f26392839fc8a9abdb805ff2c3bffd97f (patch)
tree5ad43afd75d815c9195455248beb6691862b371e /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
parent* refactor: Have the entity list tests use the infrastructure method rather t... (diff)
downloadopensim-SC_OLD-a760586f26392839fc8a9abdb805ff2c3bffd97f.zip
opensim-SC_OLD-a760586f26392839fc8a9abdb805ff2c3bffd97f.tar.gz
opensim-SC_OLD-a760586f26392839fc8a9abdb805ff2c3bffd97f.tar.bz2
opensim-SC_OLD-a760586f26392839fc8a9abdb805ff2c3bffd97f.tar.xz
* minor: remove mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index e947dc7..ed95886 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Physics.OdePlugin
55 } 55 }
56 public class OdeCharacter : PhysicsActor 56 public class OdeCharacter : PhysicsActor
57 { 57 {
58 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 58 //private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
59 59
60 private PhysicsVector _position; 60 private PhysicsVector _position;
61 private d.Vector3 _zeroPosition; 61 private d.Vector3 _zeroPosition;