1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

temporarily remove the test for bullet version

This commit is contained in:
Marc Zinnschlag 2015-05-10 11:17:52 +02:00
parent 0c27869089
commit 8e35ad54bd

View File

@ -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<btBvhTriangleMeshShape*>(shape->mCollisionShape))