From 8e35ad54bd280a7a540624b1ce6c6267c79ee007 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sun, 10 May 2015 11:17:52 +0200 Subject: [PATCH] temporarily remove the test for bullet version --- libs/openengine/bullet/physic.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/openengine/bullet/physic.cpp b/libs/openengine/bullet/physic.cpp index 22312e3bc..c0da03651 100644 --- a/libs/openengine/bullet/physic.cpp +++ b/libs/openengine/bullet/physic.cpp @@ -475,9 +475,9 @@ namespace Physic btCollisionShape* collisionShape = raycasting ? shape->mRaycastingShape : shape->mCollisionShape; // TODO: check this from cmake? -#if BT_BULLET_VERSION < 283 -#error "Bullet version 2.83 or later required" -#endif +//#if BT_BULLET_VERSION < 283 +//#error "Bullet version 2.83 or later required" +//#endif bool needDelete = false; if (btBvhTriangleMeshShape* triangleShape = dynamic_cast(shape->mCollisionShape))