From 1baa61bc8da91b9d3797d21ea96ee6f092d0c233 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 11 Oct 2007 03:39:49 +0000 Subject: [PATCH] function isn't inline --- src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h b/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h index af05a1e05..ac13462f6 100644 --- a/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h +++ b/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h @@ -100,7 +100,7 @@ public: } /// todo: get this margin from the current physics / collision environment - SIMD_FORCE_INLINE btScalar getContactBreakingThreshold() const; + btScalar getContactBreakingThreshold() const; int getCacheEntry(const btManifoldPoint& newPoint) const;