diff options
author | UbitUmarov | 2012-02-11 19:25:41 +0000 |
---|---|---|
committer | UbitUmarov | 2012-02-11 19:25:41 +0000 |
commit | 6fd6919a0bcdfd2d15d0b7a7aa392837de759114 (patch) | |
tree | cd9b9a2d63c6274d423a6748d39f7cf53c53c06d /OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |
parent | removed outdated coments. (diff) | |
download | opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.zip opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.gz opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.bz2 opensim-SC-6fd6919a0bcdfd2d15d0b7a7aa392837de759114.tar.xz |
remove drawstuff from ubitode
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 078adeb..3b7f562 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -2025,9 +2025,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2025 | SetInStaticSpace(this); | 2025 | SetInStaticSpace(this); |
2026 | } | 2026 | } |
2027 | 2027 | ||
2028 | // m_building = false; // REMOVE THIS LATER | ||
2029 | |||
2030 | |||
2031 | if (m_isphysical && Body == IntPtr.Zero) | 2028 | if (m_isphysical && Body == IntPtr.Zero) |
2032 | { | 2029 | { |
2033 | /* | 2030 | /* |