diff options
author | Justin Clark-Casey (justincc) | 2011-07-12 03:13:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-12 03:13:05 +0100 |
commit | f75f906e3560b076105ab9551263617e084d6393 (patch) | |
tree | 63e9025fe36fceb740f4ac8b6b9ad2bc9e2d4d02 /OpenSim/Region/Physics/OdePlugin | |
parent | Make OdePlugin tests build from their own directory rather than from the main... (diff) | |
download | opensim-SC_OLD-f75f906e3560b076105ab9551263617e084d6393.zip opensim-SC_OLD-f75f906e3560b076105ab9551263617e084d6393.tar.gz opensim-SC_OLD-f75f906e3560b076105ab9551263617e084d6393.tar.bz2 opensim-SC_OLD-f75f906e3560b076105ab9551263617e084d6393.tar.xz |
minor: remove whitespace to trigger another build
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 56e3b7e..27bf942 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -844,7 +844,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
844 | return; | 844 | return; |
845 | } | 845 | } |
846 | 846 | ||
847 | |||
848 | // if (IsPhysical && Body == (IntPtr) 0) | 847 | // if (IsPhysical && Body == (IntPtr) 0) |
849 | // { | 848 | // { |
850 | // Recreate the body | 849 | // Recreate the body |