diff options
author | Justin Clark-Casey (justincc) | 2012-01-02 19:46:30 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-02 19:46:30 +0000 |
commit | 014a86c26b138e4fc861fd30634e866b83dbabdb (patch) | |
tree | 11866aebe349ac145182e6a760850b719fe30c1f /OpenSim/Region/Physics/OdePlugin | |
parent | Fix for failed http request status (diff) | |
download | opensim-SC_OLD-014a86c26b138e4fc861fd30634e866b83dbabdb.zip opensim-SC_OLD-014a86c26b138e4fc861fd30634e866b83dbabdb.tar.gz opensim-SC_OLD-014a86c26b138e4fc861fd30634e866b83dbabdb.tar.bz2 opensim-SC_OLD-014a86c26b138e4fc861fd30634e866b83dbabdb.tar.xz |
Adding commented out log messages and some minor formatting for future bug hunting. No functional changes.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index 2194ff0..228eca9 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -2822,6 +2822,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2822 | m_global_contactcount = 0; | 2822 | m_global_contactcount = 0; |
2823 | 2823 | ||
2824 | d.WorldQuickStep(world, ODE_STEPSIZE); | 2824 | d.WorldQuickStep(world, ODE_STEPSIZE); |
2825 | |||
2825 | d.JointGroupEmpty(contactgroup); | 2826 | d.JointGroupEmpty(contactgroup); |
2826 | } | 2827 | } |
2827 | catch (Exception e) | 2828 | catch (Exception e) |