Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2015, 11:15:24 PM (9 years ago)
Author:
landauf
Message:

removed unused code and debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationFS14/src/external/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp

    r10073 r10203  
    2121#include "LinearMath/btAabbUtil2.h"
    2222#include "btManifoldResult.h"
    23 #include <iostream>
    2423
    2524btCompoundCollisionAlgorithm::btCompoundCollisionAlgorithm( const btCollisionAlgorithmConstructionInfo& ci,btCollisionObject* body0,btCollisionObject* body1,bool isSwapped)
     
    116115        void    ProcessChildShape(btCollisionShape* childShape,int index)
    117116        {
    118                 // std::cout << "PCS: " << childShape << std::endl; // FIXME: (noep) remove DEBUG
    119             btAssert(index>=0);
     117                btAssert(index>=0);
    120118                btCompoundShape* compoundShape = static_cast<btCompoundShape*>(m_compoundColObj->getCollisionShape());
    121119                btAssert(index<compoundShape->getNumChildShapes());
Note: See TracChangeset for help on using the changeset viewer.