diff options
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 4cac0aa..2c3190f 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -251,8 +251,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
251 | get { return m_building; } | 251 | get { return m_building; } |
252 | set | 252 | set |
253 | { | 253 | { |
254 | if (value) | 254 | // if (value) |
255 | m_building = true; | 255 | // m_building = true; |
256 | AddChange(changes.building, value); | 256 | AddChange(changes.building, value); |
257 | } | 257 | } |
258 | } | 258 | } |