From 992bd703e7e13ad6021220253d6bdfd8b674d1b6 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 23 Sep 2014 00:04:03 +0100 Subject: [PATCH] fix building state logic... --- OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 4cac0aab81..2c3190f0b9 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs @@ -251,8 +251,8 @@ namespace OpenSim.Region.Physics.OdePlugin get { return m_building; } set { - if (value) - m_building = true; +// if (value) +// m_building = true; AddChange(changes.building, value); } }