aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin
diff options
context:
space:
mode:
authorKitto Flora2010-01-03 23:10:01 -0500
committerKitto Flora2010-01-03 23:10:01 -0500
commit253e2ed699a899b74451ac51ed7875b3f98ffdd7 (patch)
tree8760330fd19b8ae367b79dd63408b33618c4eff2 /OpenSim/Region/Physics/BulletDotNETPlugin
parentVehicle Linear parameter adjustments (diff)
parentSolve conflict (diff)
downloadopensim-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.cs8
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>