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/ODECharacter.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/ODECharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index 1cebacf..0d9f974 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -1480,6 +1480,10 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1480 | } | 1480 | } |
1481 | public override bool PIDHoverActive | 1481 | public override bool PIDHoverActive |
1482 | { | 1482 | { |
1483 | get | ||
1484 | { | ||
1485 | return m_useHoverPID; | ||
1486 | } | ||
1483 | set | 1487 | set |
1484 | { | 1488 | { |
1485 | AddChange(changes.PIDHoverActive, value); | 1489 | AddChange(changes.PIDHoverActive, value); |