diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs index 1735be2..8ad78ca 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |||
@@ -198,7 +198,7 @@ public struct ConfigurationParameters | |||
198 | public float XlinkConstraintCFM; | 198 | public float XlinkConstraintCFM; |
199 | public float XlinkConstraintSolverIterations; | 199 | public float XlinkConstraintSolverIterations; |
200 | 200 | ||
201 | public float physicsLoggingFrames; | 201 | public float XphysicsLoggingFrames; |
202 | 202 | ||
203 | public const float numericTrue = 1f; | 203 | public const float numericTrue = 1f; |
204 | public const float numericFalse = 0f; | 204 | public const float numericFalse = 0f; |
@@ -415,7 +415,7 @@ public abstract void SetForceUpdateAllAabbs(BulletWorld world, bool force); | |||
415 | 415 | ||
416 | // ===================================================================================== | 416 | // ===================================================================================== |
417 | // btDynamicsWorld entries | 417 | // btDynamicsWorld entries |
418 | // public abstract bool AddObjectToWorld(BulletWorld world, BulletBody obj, Vector3 pos, Quaternion rot); | 418 | // public abstract bool AddObjectToWorld(BulletWorld world, BulletBody obj, Vector3 pos, Quaternion rot); |
419 | public abstract bool AddObjectToWorld(BulletWorld world, BulletBody obj); | 419 | public abstract bool AddObjectToWorld(BulletWorld world, BulletBody obj); |
420 | 420 | ||
421 | public abstract bool RemoveObjectFromWorld(BulletWorld world, BulletBody obj); | 421 | public abstract bool RemoveObjectFromWorld(BulletWorld world, BulletBody obj); |