diff options
author | dan miller | 2007-10-01 16:18:34 +0000 |
---|---|---|
committer | dan miller | 2007-10-01 16:18:34 +0000 |
commit | 034f0b4bb75c27ef9278ab284cf99c6e1d4d21af (patch) | |
tree | 516f6febcac82e637ac4a926ded2e1de90833baa /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |
parent | reverting opensim.ini & ode.NET.dll (diff) | |
download | opensim-SC_OLD-034f0b4bb75c27ef9278ab284cf99c6e1d4d21af.zip opensim-SC_OLD-034f0b4bb75c27ef9278ab284cf99c6e1d4d21af.tar.gz opensim-SC_OLD-034f0b4bb75c27ef9278ab284cf99c6e1d4d21af.tar.bz2 opensim-SC_OLD-034f0b4bb75c27ef9278ab284cf99c6e1d4d21af.tar.xz |
fixing odeplugin debug bug
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 1594490..3c5bdce 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -69,7 +69,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
69 | 69 | ||
70 | public string GetName() | 70 | public string GetName() |
71 | { | 71 | { |
72 | d.bug(); | ||
73 | return ("OpenDynamicsEngine"); | 72 | return ("OpenDynamicsEngine"); |
74 | } | 73 | } |
75 | 74 | ||