diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 1a53c99..490c178 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -2062,7 +2062,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2062 | SetInStaticSpace(this); | 2062 | SetInStaticSpace(this); |
2063 | } | 2063 | } |
2064 | 2064 | ||
2065 | m_building = false; // REMOVE THIS LATER | 2065 | // m_building = false; // REMOVE THIS LATER |
2066 | 2066 | ||
2067 | 2067 | ||
2068 | if (m_isphysical && Body == IntPtr.Zero) | 2068 | if (m_isphysical && Body == IntPtr.Zero) |