diff options
author | Kitto Flora | 2010-01-03 23:10:01 -0500 |
---|---|---|
committer | Kitto Flora | 2010-01-03 23:10:01 -0500 |
commit | 253e2ed699a899b74451ac51ed7875b3f98ffdd7 (patch) | |
tree | 8760330fd19b8ae367b79dd63408b33618c4eff2 /OpenSim/Region/Physics/BulletDotNETPlugin | |
parent | Vehicle Linear parameter adjustments (diff) | |
parent | Solve conflict (diff) | |
download | opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.zip opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.gz opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.bz2 opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to '')
-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> |