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/POS/POSCharacter.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 'OpenSim/Region/PhysicsModules/POS/POSCharacter.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/POS/POSCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs b/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs index 32469d9..b81ecfb 100644 --- a/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs +++ b/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs | |||
@@ -291,6 +291,7 @@ namespace OpenSim.Region.PhysicsModule.POS | |||
291 | 291 | ||
292 | public override bool PIDHoverActive | 292 | public override bool PIDHoverActive |
293 | { | 293 | { |
294 | get { return false; } | ||
294 | set { return; } | 295 | set { return; } |
295 | } | 296 | } |
296 | 297 | ||