diff options
author | UbitUmarov | 2014-09-23 00:04:03 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-23 00:04:03 +0100 |
commit | 992bd703e7e13ad6021220253d6bdfd8b674d1b6 (patch) | |
tree | fde9953ee52b862f347f41c48b4b7e224c78eee2 /OpenSim | |
parent | some changes in link/unlink code, bypassing complex variables set methods (diff) | |
download | opensim-SC_OLD-992bd703e7e13ad6021220253d6bdfd8b674d1b6.zip opensim-SC_OLD-992bd703e7e13ad6021220253d6bdfd8b674d1b6.tar.gz opensim-SC_OLD-992bd703e7e13ad6021220253d6bdfd8b674d1b6.tar.bz2 opensim-SC_OLD-992bd703e7e13ad6021220253d6bdfd8b674d1b6.tar.xz |
fix building state logic...
Diffstat (limited to 'OpenSim')
-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 | } |