diff options
author | Melanie | 2010-01-03 21:43:39 +0000 |
---|---|---|
committer | Melanie | 2010-01-03 21:43:39 +0000 |
commit | 61ce884336f0cd20b7ecf85e9a6c8a54ad1f8d11 (patch) | |
tree | 7780b88dc26de91fe0b95a0a234a7f995adf5d22 /OpenSim/Region/Physics/BulletDotNETPlugin | |
parent | Add virtual method StateChange to ScriptBaseClass (diff) | |
parent | Cause llSetText to send prim updates. (diff) | |
download | opensim-SC_OLD-61ce884336f0cd20b7ecf85e9a6c8a54ad1f8d11.zip opensim-SC_OLD-61ce884336f0cd20b7ecf85e9a6c8a54ad1f8d11.tar.gz opensim-SC_OLD-61ce884336f0cd20b7ecf85e9a6c8a54ad1f8d11.tar.bz2 opensim-SC_OLD-61ce884336f0cd20b7ecf85e9a6c8a54ad1f8d11.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin')
-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> |