diff options
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); |