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/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp

    r1963 r1972  
    126126void    btDiscreteDynamicsWorld::debugDrawWorld()
    127127{
    128         BT_PROFILE("debugDrawWorld");
    129128
    130129        if (getDebugDrawer() && getDebugDrawer()->getDebugMode() & btIDebugDraw::DBG_DrawContactPoints)
     
    255254void    btDiscreteDynamicsWorld::synchronizeMotionStates()
    256255{
    257         BT_PROFILE("synchronizeMotionStates");
    258256        {
    259257                //todo: iterate over awake simulation islands!
Note: See TracChangeset for help on using the changeset viewer.