diff options
author | UbitUmarov | 2015-09-30 20:13:31 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-30 20:13:31 +0100 |
commit | aa3303e3af2df9511b947902482409308198ce64 (patch) | |
tree | 35ea683b9a918a09763b87aa2916d58a2ba9f199 /OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | |
parent | first steps adding suport for llSetHoverHeight() called from attachments on ... (diff) | |
download | opensim-SC-aa3303e3af2df9511b947902482409308198ce64.zip opensim-SC-aa3303e3af2df9511b947902482409308198ce64.tar.gz opensim-SC-aa3303e3af2df9511b947902482409308198ce64.tar.bz2 opensim-SC-aa3303e3af2df9511b947902482409308198ce64.tar.xz |
add get method on physics actors PIDHoverActive
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs index 91aca26..229782b 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | |||
@@ -747,6 +747,10 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
747 | } | 747 | } |
748 | public override bool PIDHoverActive | 748 | public override bool PIDHoverActive |
749 | { | 749 | { |
750 | get | ||
751 | { | ||
752 | return m_useHoverPID; | ||
753 | } | ||
750 | set | 754 | set |
751 | { | 755 | { |
752 | AddChange(changes.PIDHoverActive, value); | 756 | AddChange(changes.PIDHoverActive, value); |