aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
diff options
context:
space:
mode:
authorRobert Adams2015-06-25 22:02:12 -0700
committerRobert Adams2015-06-25 22:02:12 -0700
commitd750647fb1395d8e9cbaf59ec65a6366070ed9d2 (patch)
tree6c7cadfda69e0bd0eecb85e42cd23de95a487165 /OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC-d750647fb1395d8e9cbaf59ec65a6366070ed9d2.zip
opensim-SC-d750647fb1395d8e9cbaf59ec65a6366070ed9d2.tar.gz
opensim-SC-d750647fb1395d8e9cbaf59ec65a6366070ed9d2.tar.bz2
opensim-SC-d750647fb1395d8e9cbaf59ec65a6366070ed9d2.tar.xz
BulletSim: fix two compiler warnings.
Mostly code left over from things that are not done that way anymore.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
index c670cca..d0cc1eb 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
@@ -61,7 +61,6 @@ public sealed class BSCharacter : BSPhysObject
61 private const string AvatarMoveActorName = "BSCharacter.AvatarMove"; 61 private const string AvatarMoveActorName = "BSCharacter.AvatarMove";
62 62
63 private OMV.Vector3 _PIDTarget; 63 private OMV.Vector3 _PIDTarget;
64 private bool _usePID;
65 private float _PIDTau; 64 private float _PIDTau;
66 65
67// public override OMV.Vector3 RawVelocity 66// public override OMV.Vector3 RawVelocity