diff options
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index b13f601..8bcdd89 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -716,6 +716,10 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
716 | 716 | ||
717 | public override bool PIDActive | 717 | public override bool PIDActive |
718 | { | 718 | { |
719 | get | ||
720 | { | ||
721 | return m_usePID; | ||
722 | } | ||
719 | set | 723 | set |
720 | { | 724 | { |
721 | AddChange(changes.PIDActive,value); | 725 | AddChange(changes.PIDActive,value); |