diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs index 15c67982b6..b04c96ee4a 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs @@ -118,12 +118,14 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin { mesher = meshmerizer; m_config = config; + /* if (Environment.OSVersion.Platform == PlatformID.Unix) { m_log.Fatal("[BulletDotNET]: This configuration is not supported on *nix currently"); Thread.Sleep(5000); Environment.Exit(0); } + */ m_broadphase = new btAxisSweep3(worldAabbMin, worldAabbMax, 16000); m_collisionConfiguration = new btDefaultCollisionConfiguration(); m_solver = new btSequentialImpulseConstraintSolver(); diff --git a/bin/libbulletnet.dll b/bin/libbulletnet.dll index f2f9c65e80..d4d110ecd2 100644 Binary files a/bin/libbulletnet.dll and b/bin/libbulletnet.dll differ diff --git a/bin/libbulletnet.so b/bin/libbulletnet.so index 7530cdb564..64e7f5f607 100644 Binary files a/bin/libbulletnet.so and b/bin/libbulletnet.so differ