aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs')
-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 02328b5..97eb6a2 100644
--- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
+++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
@@ -623,22 +623,22 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin
623 623
624 public override Quaternion APIDTarget 624 public override Quaternion APIDTarget
625 { 625 {
626 set { return; } 626 set { return; }
627 } 627 }
628 628
629 public override bool APIDActive 629 public override bool APIDActive
630 { 630 {
631 set { return; } 631 set { return; }
632 } 632 }
633 633
634 public override float APIDStrength 634 public override float APIDStrength
635 { 635 {
636 set { return; } 636 set { return; }
637 } 637 }
638 638
639 public override float APIDDamping 639 public override float APIDDamping
640 { 640 {
641 set { return; } 641 set { return; }
642 } 642 }
643 643
644 /// <summary> 644 /// <summary>