diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs index 88f5d3e..a3344dd 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | |||
@@ -622,22 +622,22 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
622 | 622 | ||
623 | public override Quaternion APIDTarget | 623 | public override Quaternion APIDTarget |
624 | { | 624 | { |
625 | set { return; } | 625 | set { return; } |
626 | } | 626 | } |
627 | 627 | ||
628 | public override bool APIDActive | 628 | public override bool APIDActive |
629 | { | 629 | { |
630 | set { return; } | 630 | set { return; } |
631 | } | 631 | } |
632 | 632 | ||
633 | public override float APIDStrength | 633 | public override float APIDStrength |
634 | { | 634 | { |
635 | set { return; } | 635 | set { return; } |
636 | } | 636 | } |
637 | 637 | ||
638 | public override float APIDDamping | 638 | public override float APIDDamping |
639 | { | 639 | { |
640 | set { return; } | 640 | set { return; } |
641 | } | 641 | } |
642 | 642 | ||
643 | /// <summary> | 643 | /// <summary> |