aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
authorRobert Adams2012-11-18 22:58:36 -0800
committerRobert Adams2012-11-18 22:58:36 -0800
commit6c961d8addf5c6aad81165042e684e45429b3b21 (patch)
tree57142277399f50a0a44b4e7ab7eeaf9fc54f7004 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
parentBulletSim: fix the problem with flying being disabled when crossing region bo... (diff)
downloadopensim-SC_OLD-6c961d8addf5c6aad81165042e684e45429b3b21.zip
opensim-SC_OLD-6c961d8addf5c6aad81165042e684e45429b3b21.tar.gz
opensim-SC_OLD-6c961d8addf5c6aad81165042e684e45429b3b21.tar.bz2
opensim-SC_OLD-6c961d8addf5c6aad81165042e684e45429b3b21.tar.xz
BulletSim: Use base class constructors for initialization of BSShape and other classes.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 1cc607a..2fee95e 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -683,7 +683,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
683 #region Taints 683 #region Taints
684 684
685 // Calls to the PhysicsActors can't directly call into the physics engine 685 // Calls to the PhysicsActors can't directly call into the physics engine
686 // because it might be busy. We delay changes to a known time. 686 // because it might be busy. We delay changes to a known time.
687 // We rely on C#'s closure to save and restore the context for the delegate. 687 // We rely on C#'s closure to save and restore the context for the delegate.
688 public void TaintedObject(String ident, TaintCallback callback) 688 public void TaintedObject(String ident, TaintCallback callback)
689 { 689 {