diff options
author | Jeff Ames | 2008-03-25 03:37:48 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-25 03:37:48 +0000 |
commit | a7556af7debeaa9d760a2402083e9aa42291a3af (patch) | |
tree | f14baa8d907871333bfae8b95c7080bb5423231f /OpenSim/Region/Physics/BulletXPlugin | |
parent | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. (diff) | |
download | opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.zip opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.gz opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.bz2 opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.xz |
Fix a few compiler warnings.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index bc777e2..abbcd7c 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -522,9 +522,6 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
522 | { | 522 | { |
523 | actor.Move(timeStep); | 523 | actor.Move(timeStep); |
524 | } | 524 | } |
525 | foreach (BulletXPrim prim in _prims.Values) | ||
526 | { | ||
527 | } | ||
528 | } | 525 | } |
529 | 526 | ||
530 | private void ValidateHeightForAll() | 527 | private void ValidateHeightForAll() |