Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 5:40:38 PM (16 years ago)
Author:
rgrieder
Message:

Downgraded Bullet to latest tagged version: 2.72
That should give us more stability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h

    r1963 r1972  
    238238
    239239
    240         SIMD_FORCE_INLINE btBroadphaseProxy*    getBroadphaseHandle()
     240        btBroadphaseProxy*      getBroadphaseHandle()
    241241        {
    242242                return m_broadphaseHandle;
    243243        }
    244244
    245         SIMD_FORCE_INLINE const btBroadphaseProxy*      getBroadphaseHandle() const
     245        const btBroadphaseProxy*        getBroadphaseHandle() const
    246246        {
    247247                return m_broadphaseHandle;
Note: See TracChangeset for help on using the changeset viewer.