aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index a4a8794..f984c10 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -314,6 +314,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
314 case "bulletunmanaged": 314 case "bulletunmanaged":
315 ret = new BSAPIUnman(engineName, this); 315 ret = new BSAPIUnman(engineName, this);
316 break; 316 break;
317 /*
317 case "bulletxna": 318 case "bulletxna":
318 ret = new BSAPIXNA(engineName, this); 319 ret = new BSAPIXNA(engineName, this);
319 // Disable some features that are not implemented in BulletXNA 320 // Disable some features that are not implemented in BulletXNA
@@ -321,6 +322,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
321 BSParam.ShouldUseBulletHACD = false; 322 BSParam.ShouldUseBulletHACD = false;
322 BSParam.ShouldUseSingleConvexHullForPrims = false; 323 BSParam.ShouldUseSingleConvexHullForPrims = false;
323 break; 324 break;
325 */
324 } 326 }
325 327
326 if (ret == null) 328 if (ret == null)